add hide scrollbox buttons in tabbar option
This commit is contained in:
parent
5d9280b93b
commit
c7f25448bf
1 changed files with 7 additions and 2 deletions
|
@ -22,11 +22,16 @@
|
||||||
|
|
||||||
/* (MACOS ONLY!) Adjust window controls position to make the spacing even */
|
/* (MACOS ONLY!) Adjust window controls position to make the spacing even */
|
||||||
/*
|
/*
|
||||||
.titlebar-buttonbox { margin-inline: 13px 5px !important; }
|
.titlebar-buttonbox { margin-inline: calc(var(--space-above-tabbar) / 2 + 9px) calc(var(--space-above-tabbar) / 2 + 1px) !important; }
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Hide scrollbox icons in tabbar */
|
||||||
|
/*
|
||||||
|
#scrollbutton-up[part], #scrollbutton-down[part] { display: none !important; }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#urlbarView-row-162, #urlbarView-row-19, #urlbar .urlbarView .search-one-offs, /* Hide search engine selector on the urlbar dropdown */
|
#urlbarView-row-162, #urlbarView-row-19, #urlbar .urlbarView .search-one-offs, /* Hide search engine selector on the urlbar dropdown */
|
||||||
#context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */
|
#context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */
|
||||||
#permissions-granted-icon, #appMenu-fxa-status, toolbarseparator.sync-ui-item, #appMenu-protection-report-button, #appMenu-tp-separator, /* Hide Account and protection dashboard from menu */
|
#permissions-granted-icon, #appMenu-fxa-status, toolbarseparator.sync-ui-item, #appMenu-protection-report-button, #appMenu-tp-separator, /* Hide Account and protection dashboard from menu */
|
||||||
#appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */
|
#appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */
|
||||||
{ display: none !important; }
|
{ display: none !important; }
|
Loading…
Add table
Add a link
Reference in a new issue