mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-07 08:40:44 +00:00
fix #87 and it's comment
This commit is contained in:
parent
2353623187
commit
07f684db20
2 changed files with 16 additions and 8 deletions
|
|
@ -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"
|
||||||
|
|
@ -442,15 +442,19 @@ html {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
|
||||||
|
|
||||||
.main-rootlist-statusIcons .main-playButton-button {
|
[href="/collection/tracks"] > & {
|
||||||
width: 32px;
|
display: none;
|
||||||
height: 32px;
|
}
|
||||||
margin: 0px;
|
|
||||||
color: var(--spice-sidebar);
|
.main-playButton-button {
|
||||||
background-color: rgba(var(--spice-rgb-main), 0.7);
|
width: 32px;
|
||||||
border-radius: var(--sidebar-icons-border-radius);
|
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 {
|
.main-rootlist-expandArrow {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue