non floating tabs: also move group label container to the top

Somehow this got lost in last patch
This commit is contained in:
MrOtherGuy
2024-12-22 10:24:02 +02:00
parent b47711d318
commit c2db2eb76d

View File

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