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; +}