Skip to content

Commit bca19bb

Browse files
authored
I added a new rule in userChrome.css to display all navbar children (#258)
1 parent e22276d commit bca19bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar {
2-
visibility: collapse !important;
2+
visibility: collapse;
33
}
4+
5+
#nav-bar * {
6+
visibility: visible !important;
7+
}

0 commit comments

Comments
 (0)