From 8018a607a82783330abc41b1d48607c2b7ddf192 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sun, 7 Apr 2024 00:05:54 -0400 Subject: [PATCH] Add CSS --- src/css/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 8553d8fe..dc645a4e 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -3478,6 +3478,7 @@ label { } #storage-bar { + float: left; height: 15px; background-color: #dbe3ef; border-top-left-radius: 3px; @@ -3485,12 +3486,20 @@ label { width: 0; } +#storage-bar-host { + float: left; + height: 15px; + background-color: #dbe3ef9c; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + width: 0; +} + #storage-used-percent { position: absolute; - left: calc(50% - 20px); text-align: center; display: inline-block; - width: 40px; + width: 100%; font-size: 13px; }