From 9ce46fc27f822503f7670784fef182b35e202e73 Mon Sep 17 00:00:00 2001 From: darkthemer <111078063+darkthemer@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:25:24 +0800 Subject: [PATCH] fix(Matte): override grid-area property (#978) --- Matte/user.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Matte/user.css b/Matte/user.css index 395c491..3f20c62 100644 --- a/Matte/user.css +++ b/Matte/user.css @@ -41,17 +41,21 @@ } .Root__top-bar { /* customize top bar colors & fixes */ - grid-area: top-bar; + grid-area: top-bar !important; height: auto; border-bottom: var(--top-bar-border-width) solid var(--spice-topbar-border); } .Root__nav-bar { /* support layout of older verions */ - grid-area: left-sidebar; + grid-area: left-sidebar !important; } .Root__right-sidebar { /* support layout of older verions */ - grid-area: right-sidebar; + grid-area: right-sidebar !important; +} +.Root__now-playing-bar { + /* support layout of older verions */ + grid-area: now-playing-bar !important; } .Root__top-bar:empty { /* make top bar the same height in lyrics page */ @@ -535,7 +539,7 @@ } /* ====right sidebar==== */ -.main-buddyFeed-friendsFeedContainer { +.main-buddyFeed-friendsFeedContainer, .main-buddyFeed-container { background-color: var(--spice-sidebar); } .TypeElement-balladBold-textBase-type,