mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +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 {
|
.Root__top-bar {
|
||||||
border: var(--border-width) solid transparent;
|
border: var(--border-width) solid transparent;
|
||||||
}
|
}
|
||||||
.Root__main-view,
|
|
||||||
.Root__nav-bar,
|
.Root__nav-bar,
|
||||||
.Root__now-playing-bar {
|
.Root__now-playing-bar {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -309,6 +308,7 @@
|
|||||||
}
|
}
|
||||||
.Root__main-view::before {
|
.Root__main-view::before {
|
||||||
content: "Main";
|
content: "Main";
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
.Root__now-playing-bar::before {
|
.Root__now-playing-bar::before {
|
||||||
content: "Playing";
|
content: "Playing";
|
||||||
|
Loading…
Reference in New Issue
Block a user