From 9f1bfe310f282903896b4e942e393349e35f2425 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 18 Jun 2026 01:12:56 +0200 Subject: [PATCH] firefox: update userChrome.css --- firefox/userChrome.css | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index d689af2..c22ad74 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -1,40 +1,27 @@ -/* Border Radius */ - * { border-radius: 0 !important; } -:root { - --tab-border-radius: 0 !important; -} - -menupopup, panel { - --panel-border-radius: 0 !important; -} - /* Tabbar */ -#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { - opacity: 0; - pointer-events: none; -} - -#main-window:not([tabsintitlebar="true"]) #TabsToolbar { +#TabsToolbar { visibility: collapse !important; } +/* Sidebar */ + #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { display: none; } /* Addressbar */ -#nav-bar.browser-toolbar { - background-color: -moz-dialog !important; +#nav-bar-customization-target { + --toolbar-padding-inline: 0; } -#nav-bar-customization-target { - --toolbar-start-end-padding: 0; +#nav-bar.browser-toolbar { + background-color: -moz-dialog !important; } .urlbar-background {