From c7f25448bf3c46e06b48e53f2f043fd69fc2c3b5 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:00:27 +0800 Subject: [PATCH] add hide scrollbox buttons in tabbar option --- chrome/userChrome.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 9c63297..3b31102 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -22,11 +22,16 @@ /* (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 */ #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 */ #appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */ -{ display: none !important; } +{ display: none !important; } \ No newline at end of file