diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..4b90be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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" \ No newline at end of file diff --git a/src/styles/main.scss b/src/styles/main.scss index e127342..fd37cba 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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 {