diff --git a/src/components/EventLogs.vue b/src/components/EventLogs.vue index c2ba639..e0fc940 100644 --- a/src/components/EventLogs.vue +++ b/src/components/EventLogs.vue @@ -18,7 +18,7 @@ watch( @@ -26,8 +26,9 @@ watch( @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); .log-container { + bottom:320px; + height: 300px; display: flex; - height: 40%; max-width: 40%; overflow-y: scroll; flex-direction: column-reverse; @@ -35,6 +36,6 @@ watch( .log { font-family: 'Share Tech Mono', monospace; padding-right: 20px; - font-size: .88rem; + font-size: .82rem; } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 14cc6b9..8f1005d 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -27,7 +27,7 @@ import EventLogs from '@/components/EventLogs.vue' - +