From bfe6478f941d30e79daf366522cf2af96dd47215 Mon Sep 17 00:00:00 2001 From: schnensch <58988092+schnensch0@users.noreply.github.com> Date: Sun, 24 Apr 2022 15:37:17 +0200 Subject: [PATCH] fix(Ziro): folders (#741) --- Ziro/user.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/Ziro/user.css b/Ziro/user.css index ecb6393..9782154 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -45,17 +45,23 @@ background: var(--spice-button-disabled); } .main-rootlist-rootlistItem { - padding: 0 8px; + padding: 0 8px 0 calc(8px + var(--indentation) * 8px); } .main-rootlist-rootlistItemLink { padding: 0 16px; } -.main-rootlist-statusIcons { +.main-rootlist-statusIcons, +.main-rootlist-expandArrow { position: absolute; top: 10px; right: 24px; } -.main-rootlist-rootlistItemLinkActive + .main-rootlist-statusIcons .main-playButton-button { +.main-rootlist-expandArrow { + top: 8px; + color: var(--spice-subtext); +} +.main-rootlist-rootlistItemLinkActive + .main-rootlist-statusIcons .main-rootlist-playButton, +.main-rootlist-rootlistItemLinkActive + .main-rootlist-expandArrow { color: var(--spice-shadow) !important; } .main-navBar-navBarLink { @@ -65,6 +71,9 @@ .main-createPlaylistButton-button { opacity: 1 !important; } +.main-rootlist-rootlist .os-scrollbar { + padding: 0 0 0 8px; +} /* player */ .main-nowPlayingBar-center .playback-progressbar { position: absolute; @@ -319,6 +328,7 @@ } .GenericModal > * { background-color: var(--spice-main) !important; + color: var(--spice-text); } .GenericModal, .GenericModal > * { @@ -487,13 +497,10 @@ input:checked ~ .x-toggle-indicatorWrapper .x-toggle-indicator { .lyrics-lyricsContainer-LyricsBackground { background-image: none; } -.K8PtC1Way9XetxDGwCGx, -.jixVGx { +.jixVGx, +.euRuBv { color: var(--spice-text); } .XmR5VFpqXOcxRvhuf6OB { border-radius: var(--br-1); } -.euRuBv { - color: var(--spice-text); -}