From ba438faaa2c203e79d2e20bcd3b553ad9f2e562c Mon Sep 17 00:00:00 2001 From: glaszig Date: Tue, 1 Jun 2021 03:26:46 +0100 Subject: [PATCH] fix service status vertical alignment --- app/css/custom.php | 1 + app/css/hackernews.css | 1 + app/css/lightsout.css | 9 ++++----- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/css/custom.php b/app/css/custom.php index 3d82d7f9..dd8c31da 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -144,6 +144,7 @@ i.fa.fa-bars:hover{ .service-status { border-width: 0; + align-items: center; } .service-status-up { diff --git a/app/css/hackernews.css b/app/css/hackernews.css index e2cf7ede..50e203cb 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -178,6 +178,7 @@ ul.nav-tabs, .nav-tabs .nav-link { .service-status { border-width: 0; + align-items: center; } .service-status-up { diff --git a/app/css/lightsout.css b/app/css/lightsout.css index 7f6fc555..d1e14f3e 100644 --- a/app/css/lightsout.css +++ b/app/css/lightsout.css @@ -377,11 +377,6 @@ tspan, rect { fill: #d2d2d2; } -span.text.service-status { - font-size: 0.75rem; - margin-top: 0.2rem; -} - .text-muted { font-size: 0.8rem; } @@ -390,6 +385,10 @@ span.text.service-status { font-size: 0.5rem; } +.service-status { + align-items: center; +} + .service-status-up { color: #a1ec38 !important; }