mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fixed missing friend activity panel
This commit is contained in:
parent
cdd3055233
commit
e58a3cea61
@ -17,6 +17,7 @@
|
||||
grid-template-areas:
|
||||
"left-sidebar main-view now-playing-bar"
|
||||
"left-sidebar main-view right-sidebar";
|
||||
grid-template-rows: auto auto 1fr;
|
||||
}
|
||||
|
||||
.global-nav .Root__top-container {
|
||||
@ -30,6 +31,10 @@
|
||||
background-color: #00000000 !important;
|
||||
}
|
||||
|
||||
.ffFwfKcPDbmAPLXzxzKq:before {
|
||||
background-color: #00000000 !important;
|
||||
}
|
||||
|
||||
.I0bVSxvqA3rm5HvciMap {
|
||||
--bgColor: #00000000 !important;
|
||||
}
|
||||
@ -54,6 +59,8 @@
|
||||
|
||||
.Root__right-sidebar {
|
||||
width: min-content;
|
||||
height: auto !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
|
||||
.Root__now-playing-bar {
|
||||
|
Loading…
Reference in New Issue
Block a user