zen-browser / theme-components

📦 Some of @zen-browser's official themes and utility styles!
MIT License
43 stars 8 forks source link

hide/disable top toolbar #4

Open Phantasimay opened 2 months ago

Phantasimay commented 2 months ago

hi dude, you have amazing project here. i love it. i have issue when use floating URLbar. the top toolbar still botering me. i enabled hide top bar but it still appear when i close floating bar. please make top bar complet hide/disable if we use floating URLbar. thanks for amazing project. stay zen

soar-capital commented 1 month ago

.

ahmadie commented 1 month ago

This work for me:

  1. go to about:support
  2. open Profile Folder
  3. create empty userChrome.css inside chrome folder (beside zen-themes.css)
  4. add following lines:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #nav-bar {
     height: 0px !important;
     min-height: 0px !important;
     overflow: hidden !important;
    }
  5. save and restart