mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 10:22:51 +01:00
fix(Flow): add global nav grid areas (#1119)
This commit is contained in:
parent
21d97c1a5e
commit
751e07963b
@ -102,6 +102,14 @@
|
||||
width: 100%;
|
||||
background-color: var(--spice-main);
|
||||
}
|
||||
.global-nav .Root__top-container {
|
||||
grid-template-areas:
|
||||
"global-nav global-nav global-nav global-nav"
|
||||
"left-sidebar main-view right-sidebar now-playing-bar"
|
||||
"left-sidebar main-view right-sidebar now-playing-bar";
|
||||
grid-template-columns: auto 1fr auto 15vw;
|
||||
grid-template-rows: 1fr auto;
|
||||
}
|
||||
.main-nowPlayingBar-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user