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

pull/299/head
MrOtherGuy 2 years ago
parent d6179b1b54
commit a437fe6dd1

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

Loading…
Cancel
Save