Skip to content

Commit 623ce53

Browse files
committed
update tabs_below_*_f133.css
1 parent 0f6d497 commit 623ce53

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

current/css/tabs/tabs_below_main_content_fx133.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@
2828
#navigator-toolbox {
2929
z-index: 3 !important;
3030
}
31+
32+
#main-window[tabsintitlebar][sizemode="fullscreen"] #nav-bar {
33+
padding-inline-end: 140px !important;
34+
}
35+
36+
#main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[inactive] ~ #nav-bar {
37+
padding-top: initial !important;
38+
}

current/css/tabs/tabs_below_navigation_toolbar_fx133.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
color: var(--toolbar-color);
1717
}
1818

19-
#toolbar-menubar[inactive] ~ #nav-bar {
19+
#main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #toolbar-menubar[inactive] ~ #nav-bar {
2020
padding-top: 26px !important;
2121
}
2222

@@ -46,6 +46,10 @@
4646
margin-top: 0px !important;
4747
}
4848

49+
#main-window[tabsintitlebar][sizemode="fullscreen"] #nav-bar {
50+
padding-inline-end: 140px !important;
51+
}
52+
4953
@media (-moz-platform: macos) {
5054

5155
#navigator-toolbox {

0 commit comments

Comments
 (0)