From f9c66ead507ff4b208e017b5426674f16606df79 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Tue, 23 Mar 2021 19:47:47 +0200 Subject: [PATCH] css color fix --- plugins/styled-bars/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/styled-bars/style.css b/plugins/styled-bars/style.css index fd531285..da4c5c39 100644 --- a/plugins/styled-bars/style.css +++ b/plugins/styled-bars/style.css @@ -3,14 +3,22 @@ ytmusic-nav-bar { -webkit-app-region : unset; } +ytmusic-app-layout { + --ytmusic-nav-bar-height: 120px; +} + +ytmusic-search-box.ytmusic-nav-bar { + margin-top: 25px; +} + .center-content.ytmusic-nav-bar { - background: black; + background: #030303; } yt-page-navigation-progress, #progress.yt-page-navigation-progress { - top: 75px !important; + top: 90px !important; } ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer { - top: 60px !important; + top: 90px !important; } ::-webkit-scrollbar { width: 12px;