show tabbar and toolbox in fullscreen mode

This commit is contained in:
2024-03-27 11:15:57 +05:30
parent b8a6e6b7f3
commit 3dc3031a00
2 changed files with 7 additions and 1 deletions

View File

@ -47,6 +47,7 @@
"browser.tabs.firefox-view" = false;
"browser.bookmarks.addedImportButton" = false;
"extensions.pocket.enabled" = false;
"browser.fullscreen.autohide" = false;
};
extraConfig = ''
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

View File

@ -111,6 +111,11 @@ tab[selected="true"] .tab-background {
padding-top: 1px !important;
}
/* full screen toolbars */
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
visibility:visible!important;
}
toolbarbutton.bookmark-item {
transition: all 0.3s ease !important;
padding: 3px 5px !important;
@ -831,4 +836,4 @@ searchbar#searchbar {
#widget-overflow>#customizationPanelItemContextMenu menuitem[type="radio"]>.menu-iconic-text {
padding-left: 13px !important;
-moz-appearance: none !important;
}
}