From 31e5d9d62899ce7dda623b2f3a1c8da50e5ccb9b Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Sun, 4 Sep 2022 12:45:45 +0200 Subject: [PATCH] Space between diskchart and info text Added some space between the diskchart and info text Signed-off-by: Dennis1993 --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index f8bb6389..5c2fc3ac 100644 --- a/css/style.css +++ b/css/style.css @@ -56,6 +56,7 @@ .diskchart-container { width: 100px; + margin-right: 25px; border: 1px var(--color-border); }