From 914b5e30b2d44c2f47bf8c35ac1483cb66d9cfa8 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 7 Mar 2025 19:45:06 +0100 Subject: [PATCH] feat: now playing info text padding resolves #8 Signed-off-by: Adam Perkowski --- themes/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/theme.css b/themes/theme.css index 7376ed9..2297f02 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -322,3 +322,7 @@ div[role=presentation].jstree-wholerow-clicked { .itemProgressBar.backgroundProgress .itemProgressBarForeground { background-color: var(--hover-background) !important; } + +.nowPlayingInfoControls { + padding-left: 10px; +}