From 5176ad232a099c40bfb4a7016a47603f4e9bc0f9 Mon Sep 17 00:00:00 2001 From: Adam Kostarelas <6800453+AdamXweb@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:26:15 +1100 Subject: [PATCH] fix #135 --- chrome/WhiteSur/parts/tabsbar.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chrome/WhiteSur/parts/tabsbar.css b/chrome/WhiteSur/parts/tabsbar.css index 3dd6d75..04c40c1 100644 --- a/chrome/WhiteSur/parts/tabsbar.css +++ b/chrome/WhiteSur/parts/tabsbar.css @@ -460,4 +460,13 @@ transition: all 150ms ease-in !important; /* hide tab view section*/ #alltabs-button.toolbarbutton-1 { visibility: collapse !important; -} \ No newline at end of file +} +/* no icon align label to centre */ +#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([selected]):not([image]) .tab-label-container{ + margin-left: auto !important; +} +/* too many tabs still show close button */ +.tab-close-button { + &[pinned], #tabbrowser-tabs[closebuttons="activetab"][orient="horizontal"] &:not([selected]) { +display: flex !important; + }} \ No newline at end of file