From 3f96fc2d90b1183c4cd8ca3a160fd7b615e0795d Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 5 Mar 2022 21:04:45 +0900 Subject: [PATCH] Fix: Tab Bar - First visible tab margin at maximized #332 --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index d422acd..bd5f7b5 100644 --- a/userChrome.css +++ b/userChrome.css @@ -60,6 +60,11 @@ --lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215)); } +/*= First visible tab margin at maximized #332 ===============================*/ +:root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar { + margin-left: -1px; +} + /*= Disabled menu background color ===========================================*/ menuitem[disabled="true"], menu[disabled="true"] {