fixed missing friend activity panel

This commit is contained in:
b-chen00 2024-10-29 00:08:15 -04:00
parent cdd3055233
commit e58a3cea61

View File

@ -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 {