mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(Ziro): folders (#741)
This commit is contained in:
parent
5630da75b9
commit
bfe6478f94
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user