From 5fd11bf0099edffbdedbc3c055213f804d39510d Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:15:16 +0200 Subject: [PATCH] fixed search page header height --- plugins/styled-bars/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/styled-bars/style.css b/plugins/styled-bars/style.css index a9c90ebe..beb3db58 100644 --- a/plugins/styled-bars/style.css +++ b/plugins/styled-bars/style.css @@ -9,7 +9,7 @@ ytmusic-app-layout { } ytmusic-search-box.ytmusic-nav-bar { - margin-top: 30px; + margin-top: 29px; } .center-content.ytmusic-nav-bar { @@ -21,6 +21,9 @@ yt-page-navigation-progress, #progress.yt-page-navigation-progress { ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer { top: 90px !important; } +ytmusic-header-renderer.ytmusic-search-page { + top: 90px !important; +} /* Custom scrollbar */ ::-webkit-scrollbar { width: 12px;