From c25e3475969579008d4df04810397a3480b52b6a Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 24 Aug 2025 23:06:13 -0400 Subject: [PATCH] alignment update to stylesheet --- assets/res/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/res/style.css b/assets/res/style.css index 7bfa822..b578ffc 100644 --- a/assets/res/style.css +++ b/assets/res/style.css @@ -130,6 +130,10 @@ header .buttonList { white-space: nowrap; } +.sidebarLabel { + margin: 1rem 0; +} + #contentWrap { padding: 1rem; }