Skip to content

Commit

Permalink
userChrome.css: Adapt to firefox 133 layout changes.
Browse files Browse the repository at this point in the history
Ref #320
  • Loading branch information
mtwebster committed Dec 12, 2024
1 parent 7d45f33 commit ef8855f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions usr/share/webapp-manager/firefox/profile/chrome/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#navigator-toolbox:not(:hover, :focus, :active) {
#toolbar-menubar[inactive="true"] ~ #TabsToolbar,
#titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar {
visibility: collapse;
#toolbar-menubar[inactive="true"] ~ #TabsToolbar {
visibility: collapse;
}
#toolbar-menubar[inactive="true"] ~ #nav-bar {
visibility: collapse !important;
}
}

#nav-bar * {
visibility: visible !important;
}

#navigator-toolbox {
border-bottom: none !important;
}

0 comments on commit ef8855f

Please sign in to comment.