From e7ece19e70a7210cfc5c36511958ca9f3285db03 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Tue, 10 Mar 2020 04:26:36 -0700 Subject: [PATCH] ye --- frontend/src/assets/scss/base.scss | 7 ++-- frontend/src/components/Index/Group.vue | 55 +------------------------ 2 files changed, 5 insertions(+), 57 deletions(-) diff --git a/frontend/src/assets/scss/base.scss b/frontend/src/assets/scss/base.scss index 54372307..74dcf4ab 100644 --- a/frontend/src/assets/scss/base.scss +++ b/frontend/src/assets/scss/base.scss @@ -6,7 +6,7 @@ HTML,BODY { } .index-chart { - height: 35vh; + height: 490px; } .chartmarker { @@ -80,7 +80,8 @@ HTML,BODY { } .online_list .badge { - margin-top: 0.2rem; + font-size: 8pt; + padding: 5px 7px; } .navbar { @@ -234,7 +235,7 @@ HTML,BODY { .chart-container { position: relative; - height: 18.6vh; + height: 240px; width: 100%; overflow: hidden; } diff --git a/frontend/src/components/Index/Group.vue b/frontend/src/components/Index/Group.vue index 50bfbdd6..3d9c1e10 100644 --- a/frontend/src/components/Index/Group.vue +++ b/frontend/src/components/Index/Group.vue @@ -5,7 +5,7 @@ {{service.name}} - {{service.online ? "ONLINE" : "OFFLINE"}} + {{service.online ? "ONLINE" : "OFFLINE"}} @@ -32,57 +32,4 @@ export default {