From c2db2eb76d68438449a2f3a2beb9626c9f249132 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 22 Dec 2024 10:24:02 +0200 Subject: [PATCH] non floating tabs: also move group label container to the top Somehow this got lost in last patch --- chrome/non_floating_sharp_tabs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 8a21b8b..eb55fd2 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -132,7 +132,10 @@ See the above repository for updates as well as full license text. */ margin-inline: 10px !important; margin-block: 0px !important; } - +/* Move group line to the top */ +.tab-group-label-container::after{ + inset-block: 0 auto !important; +} .tab-group-line{ order: -1; }