mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(StarryNight): main container in global nav (#1091)
This commit is contained in:
parent
9d9a24a0fa
commit
36f6921ca7
@ -22,6 +22,13 @@
|
|||||||
"left-sidebar main-view right-sidebar";
|
"left-sidebar main-view right-sidebar";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.global-nav .Root__top-container {
|
||||||
|
grid-template-areas:
|
||||||
|
"global-nav global-nav global-nav"
|
||||||
|
"left-sidebar main-view now-playing-bar"
|
||||||
|
"left-sidebar main-view right-sidebar";
|
||||||
|
}
|
||||||
|
|
||||||
.Root__right-sidebar {
|
.Root__right-sidebar {
|
||||||
height: calc(100vh - 450px);
|
height: calc(100vh - 450px);
|
||||||
width: min-content;
|
width: min-content;
|
||||||
@ -198,6 +205,7 @@
|
|||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user