Update to nixfox for primary mail domain
This commit is contained in:
parent
c6526ac635
commit
b404b62564
9 changed files with 20 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
/* try increasing if you encounter problems */
|
||||
--urlbar-height-setting: 24px;
|
||||
--tab-min-height: 20px !important;
|
||||
|
||||
|
||||
/* I don't recommend you touch this unless you know what you're doing */
|
||||
--arrowpanel-menuitem-padding: 2px !important;
|
||||
--arrowpanel-border-radius: 0px !important;
|
||||
|
@ -34,9 +34,10 @@ menupopup > #context-sep-navigation { display: none !important; }
|
|||
#stop-button { display: none; }
|
||||
#home-button { display: none; }
|
||||
#library-button { display: none; }
|
||||
#fxa-toolbar-menu-button { display: none; }
|
||||
/* #fxa-toolbar-menu-button { display: none; } */
|
||||
/* empty space before and after the url bar */
|
||||
#customizableui-special-spring1, #customizableui-special-spring2 { display: none; }
|
||||
.private-browsing-indicator-with-label { display: none; }
|
||||
|
||||
/* --- STYLE NAVBAR ------------------------------------ */
|
||||
|
||||
|
@ -71,7 +72,7 @@ toolbar .toolbarbutton-1 { padding: 0 0 !important; }
|
|||
}
|
||||
|
||||
#urlbar-input {
|
||||
margin-left: 0.8em !important;
|
||||
margin-left: 0.4em !important;
|
||||
margin-right: 0.4em !important;
|
||||
}
|
||||
|
||||
|
@ -125,14 +126,15 @@ toolbar .toolbarbutton-1 { padding: 0 0 !important; }
|
|||
|
||||
/* --- DEBLOAT URLBAR ----------------------------------- */
|
||||
|
||||
#identity-box { display: none; }
|
||||
#pageActionButton { display: none; }
|
||||
#pocket-button { display: none; }
|
||||
#urlbar-zoom-button { display: none; }
|
||||
#tracking-protection-icon-container { display: none !important; }
|
||||
#reader-mode-button{ display: none !important; }
|
||||
#star-button { display: none; }
|
||||
#star-button-box:hover { background: inherit !important; }
|
||||
/* #reader-mode-button{ display: none !important; } */
|
||||
/* #star-button { display: none; } */
|
||||
/* #star-button-box:hover { background: inherit !important; } */
|
||||
|
||||
#identity-box { margin-inline-end: 0 !important; }
|
||||
|
||||
/* Go to arrow button at the end of the urlbar when searching */
|
||||
#urlbar-go-button { display: none; }
|
||||
|
@ -214,7 +216,7 @@ tab {
|
|||
|
||||
/* disable tab shadow */
|
||||
#tabbrowser-tabs:not([noshadowfortests]) .tab-background:is([selected], [multiselected]) {
|
||||
box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* remove dark space between pinned tab and first non-pinned tab */
|
||||
|
@ -282,16 +284,7 @@ tab {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
/* --- Hide tab bar on single tab ------------------- */
|
||||
|
||||
#tabbrowser-tabs .tabbrowser-tab:only-of-type,
|
||||
#tabbrowser-tabs .tabbrowser-tab:only-of-type + #tabbrowser-arrowscrollbox-periphery{
|
||||
display:none !important;
|
||||
}
|
||||
#tabbrowser-tabs, #tabbrowser-arrowscrollbox {min-height:0!important;}
|
||||
#alltabs-button {display:none !important;}
|
||||
|
||||
/* --- Prevent tab folding -------------------------- */
|
||||
/* --- P/EVENT TAB FOLDING -------------------------- */
|
||||
|
||||
.tabbrowser-tab {
|
||||
min-width: initial !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue