From a65c512919739f5f73da09aaf3af0751d7240d12 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 10 Jun 2019 12:17:01 +0300 Subject: [PATCH] make sidebar 1px wide in fullscreen mode --- chrome/autohide_sidebar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_sidebar.css b/chrome/autohide_sidebar.css index 711ead6..1993fe6 100644 --- a/chrome/autohide_sidebar.css +++ b/chrome/autohide_sidebar.css @@ -10,6 +10,8 @@ max-width: var(--uc-sidebar-width) !important; } +#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; } + #sidebar-splitter{ display: none } #sidebar-header{ overflow: hidden; color: var(--chrome-color, inherit) !important} @@ -37,6 +39,6 @@ #sidebar, #sidebar-header{ - background-color: var(--toolbar-non-lwt-bgcolor) !important; + background-color: var(--toolbar-bgcolor) !important; border-right: 1px solid rgb(80,80,80); } \ No newline at end of file