mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
show tabbar and toolbox in fullscreen mode
This commit is contained in:
@ -47,6 +47,7 @@
|
|||||||
"browser.tabs.firefox-view" = false;
|
"browser.tabs.firefox-view" = false;
|
||||||
"browser.bookmarks.addedImportButton" = false;
|
"browser.bookmarks.addedImportButton" = false;
|
||||||
"extensions.pocket.enabled" = false;
|
"extensions.pocket.enabled" = false;
|
||||||
|
"browser.fullscreen.autohide" = false;
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
|
@ -111,6 +111,11 @@ tab[selected="true"] .tab-background {
|
|||||||
padding-top: 1px !important;
|
padding-top: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* full screen toolbars */
|
||||||
|
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
|
||||||
|
visibility:visible!important;
|
||||||
|
}
|
||||||
|
|
||||||
toolbarbutton.bookmark-item {
|
toolbarbutton.bookmark-item {
|
||||||
transition: all 0.3s ease !important;
|
transition: all 0.3s ease !important;
|
||||||
padding: 3px 5px !important;
|
padding: 3px 5px !important;
|
||||||
@ -831,4 +836,4 @@ searchbar#searchbar {
|
|||||||
#widget-overflow>#customizationPanelItemContextMenu menuitem[type="radio"]>.menu-iconic-text {
|
#widget-overflow>#customizationPanelItemContextMenu menuitem[type="radio"]>.menu-iconic-text {
|
||||||
padding-left: 13px !important;
|
padding-left: 13px !important;
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user