diff --git a/StarryNight/user.css b/StarryNight/user.css index 06f1b48..4f7f342 100644 --- a/StarryNight/user.css +++ b/StarryNight/user.css @@ -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 {