fix #87 and it's comment

This commit is contained in:
Send_Nukez 2021-10-29 02:39:30 +02:00
parent 2353623187
commit 07f684db20
2 changed files with 16 additions and 8 deletions

View file

@ -0,0 +1,4 @@
Fix:
- Some sidebar items hawing wrong width on hover [(see)](https://github.com/JulienMaille/dribbblish-dynamic-theme/issues/87#issuecomment-954305428)
- Sidebar config buttons being below the text
- Fix #87 by not showing the playing indicator above "Liked Songs"

View file

@ -442,15 +442,19 @@ html {
align-items: center;
justify-content: flex-start;
pointer-events: none;
}
.main-rootlist-statusIcons .main-playButton-button {
width: 32px;
height: 32px;
margin: 0px;
color: var(--spice-sidebar);
background-color: rgba(var(--spice-rgb-main), 0.7);
border-radius: var(--sidebar-icons-border-radius);
[href="/collection/tracks"] > & {
display: none;
}
.main-playButton-button {
width: 32px;
height: 32px;
margin: 0px;
color: var(--spice-sidebar);
background-color: rgba(var(--spice-rgb-main), 0.7);
border-radius: var(--sidebar-icons-border-radius);
}
}
.main-rootlist-expandArrow {