From ff3c357ca6c59337a1cd254b4452dbc44d12ca93 Mon Sep 17 00:00:00 2001 From: ybouane Date: Thu, 10 Oct 2024 00:34:08 -0400 Subject: [PATCH] UI Improvements. --- static/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a4077a5..f5de631 100644 --- a/static/style.css +++ b/static/style.css @@ -53,7 +53,7 @@ status-bar { display:block; flex:1 1 0px; width:0px; - max-width: 5px; + max-width: 7px; height:25px; border-radius:2px; position:relative; @@ -94,6 +94,14 @@ status-bar { font-size:0.9em; z-index:1; + & strong { + font-weight: 400; + font-size: 1.05em; + } + & em { + font-style: normal; + opacity: 0.8; + } } &:focus { box-shadow:0px 0px 0px 1.5px #d6d7d8;