Skip to content

Commit

Permalink
update tabs_below_*_f133.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Nov 14, 2024
1 parent 0f6d497 commit 623ce53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions current/css/tabs/tabs_below_main_content_fx133.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@
#navigator-toolbox {
z-index: 3 !important;
}

#main-window[tabsintitlebar][sizemode="fullscreen"] #nav-bar {
padding-inline-end: 140px !important;
}

#main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[inactive] ~ #nav-bar {
padding-top: initial !important;
}
6 changes: 5 additions & 1 deletion current/css/tabs/tabs_below_navigation_toolbar_fx133.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
color: var(--toolbar-color);
}

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

Expand Down Expand Up @@ -46,6 +46,10 @@
margin-top: 0px !important;
}

#main-window[tabsintitlebar][sizemode="fullscreen"] #nav-bar {
padding-inline-end: 140px !important;
}

@media (-moz-platform: macos) {

#navigator-toolbox {
Expand Down

0 comments on commit 623ce53

Please sign in to comment.