mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
show tabbar and toolbox in fullscreen mode
This commit is contained in:
@ -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);
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user