From 6e9929ae5add4149a87de3ccfcd71ddd5e1268e4 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 30 Apr 2018 05:26:18 +0800 Subject: update: set address bar auto hide --- .mozilla/firefox/qifdumt4.default/chrome/userChrome.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css b/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css index 36d0135..c025e4e 100644 --- a/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css +++ b/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css @@ -19,3 +19,17 @@ #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { display: none; } + +#navigator-toolbox { + position: relative; + z-index: 1; + height: 3px; + margin-bottom: -3px; + overflow: hidden; + transition-property: height; +} + +#navigator-toolbox:hover { + height: 42px; + transition-property: height; +} -- cgit v1.2.3