From 5cb722ba5efeec1bd6cda9ce9bb96e9408ca0add Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 26 Apr 2021 15:53:06 +0900 Subject: [PATCH] Add: tab make to connect toolbar --- userChrome.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 userChrome.css diff --git a/userChrome.css b/userChrome.css new file mode 100644 index 0000000..e7ecfb4 --- /dev/null +++ b/userChrome.css @@ -0,0 +1,31 @@ +#TabsToolbar { + --toolbarbutton-inner-padding: calc((var(--tab-min-height) - 16px) / 2); +} + +.tab-background { + border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important; + margin-bottom: 0px !important; +} + +.tab-background[selected="true"] { + background: var(--toolbar-bgcolor) !important; +} + +.tab-content { + margin-top: var(--proton-tab-block-margin); +} + +.tab-stack { + margin-top: 0px !important; + margin-bottom: 0px !important; +} + +.tabbrowser-tab { + margin: 0px !important; + margin-inline: 0px !important; + padding-inline: 1px !important; +} + +menupopup > menuitem, menupopup > menu { + padding-block: 0.15em !important; +}