mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(text): overflow in Liked Songs genre carousel (#1093)
See issue: https://github.com/spicetify/spicetify-themes/issues/1092
This commit is contained in:
parent
36f6921ca7
commit
436ab90269
@ -108,7 +108,6 @@
|
||||
.Root__top-bar {
|
||||
border: var(--border-width) solid transparent;
|
||||
}
|
||||
.Root__main-view,
|
||||
.Root__nav-bar,
|
||||
.Root__now-playing-bar {
|
||||
overflow: visible;
|
||||
@ -309,6 +308,7 @@
|
||||
}
|
||||
.Root__main-view::before {
|
||||
content: "Main";
|
||||
position: fixed;
|
||||
}
|
||||
.Root__now-playing-bar::before {
|
||||
content: "Playing";
|
||||
|
Loading…
Reference in New Issue
Block a user