mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +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";
|
||||
}
|
||||
|
||||
.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 {
|
||||
height: calc(100vh - 450px);
|
||||
width: min-content;
|
||||
@ -198,6 +205,7 @@
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user