fix(StarryNight): main container in global nav (#1091)

This commit is contained in:
Sanooj Es 2024-07-09 07:29:28 +05:30 committed by GitHub
parent 9d9a24a0fa
commit 36f6921ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}