Skip to content

Commit 42b6d42

Browse files
authored
userChrome.css: Adapt to firefox 133 layout changes. (#325)
Ref #320
1 parent 7d45f33 commit 42b6d42

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
#navigator-toolbox:not(:hover, :focus, :active) {
2-
#toolbar-menubar[inactive="true"] ~ #TabsToolbar,
3-
#titlebar:has(#toolbar-menubar[inactive="true"]) ~ #nav-bar {
4-
visibility: collapse;
2+
#toolbar-menubar[inactive="true"] ~ #TabsToolbar {
3+
visibility: collapse;
4+
}
5+
#toolbar-menubar[inactive="true"] ~ #nav-bar {
6+
visibility: collapse !important;
57
}
68
}
7-
8-
#nav-bar * {
9-
visibility: visible !important;
10-
}
11-
129
#navigator-toolbox {
1310
border-bottom: none !important;
1411
}

0 commit comments

Comments
 (0)