centered tab content: don't add negative margin to pinned tabs

This commit is contained in:
MrOtherGuy
2023-04-26 16:47:24 +03:00
parent d6179b1b54
commit a437fe6dd1

View File

@@ -15,6 +15,6 @@ See the above repository for updates as well as full license text. */
.tab-close-button{
margin-inline-end: auto !important;
}
:root:not([customizing]) .tab-content{
:root:not([customizing]) .tab-content:not([pinned]){
margin-inline-end: -3px;
}