Skip to content

Commit

Permalink
fix: remove nav-bar css rule to fix urlbar visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hepp3n committed Nov 30, 2024
1 parent 811d4fb commit c6f93b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/runtime/firefox/profile/chrome/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar {
visibility: collapse;
}

#nav-bar * {
visibility: visible !important;
#nav-bar,
#identity-box,
#tabbrowser-tabs,
#TabsToolbar {
visibility: collapse !important;
}

/************************************/
Expand Down Expand Up @@ -123,5 +122,6 @@ https://github.com/stonecrusher/simpleMenuWizard
/* Here are context menus of addons */


#leave_this_dummy_here
{ display:none !important; }
#leave_this_dummy_here {
display: none !important;
}

0 comments on commit c6f93b4

Please sign in to comment.