From bed84600e290727526b73fdfc08c9b737d6ca594 Mon Sep 17 00:00:00 2001 From: Vince Date: Mon, 4 Aug 2025 12:32:01 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/tabsbar-alt.css | 4 ++++ src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css | 5 +++++ src/other/firefox/WhiteSur/parts/tabsbar.css | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/src/other/firefox/Monterey/parts/tabsbar-alt.css b/src/other/firefox/Monterey/parts/tabsbar-alt.css index 86f90a1c..7b9275b1 100644 --- a/src/other/firefox/Monterey/parts/tabsbar-alt.css +++ b/src/other/firefox/Monterey/parts/tabsbar-alt.css @@ -206,6 +206,10 @@ tab[selected]:-moz-window-inactive .tab-label { } } +#pinned-tabs-container[orient="horizontal"] { + margin-inline-end: 6px !important; +} + .tabbrowser-tab .tab-icon-overlay:not([crashed]):is([soundplaying], [muted], [activemedia-blocked]) { background-color: transparent !important; } diff --git a/src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css b/src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css index 68e2a5a0..28c9afd0 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css @@ -184,6 +184,11 @@ toolbarbutton[open=true] { padding: 0 !important; } +#pinned-tabs-container[orient="horizontal"] { + margin-inline-end: 0 !important; + border-right: 1px solid var(--gnome-tabbar-tab-border-color) !important; +} + /* Tabs */ .tab-background { background-color: transparent !important; diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index 36e40dc6..f79063bb 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -282,6 +282,11 @@ margin-bottom: 0 !important; } +#pinned-tabs-container[orient="horizontal"] { + margin-inline-end: 0 !important; + border-right: 1px solid var(--gnome-tabbar-tab-border-color) !important; +} + /* Tab labels */ tab { color: var(--gnome-tabbar-tab-color) !important;