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; }