mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue