centered tab label: make margin on close-button to be 6px instead of 7px

This commit is contained in:
MrOtherGuy
2023-09-07 20:22:09 +03:00
parent 13e1340e9a
commit 3430203e6f

View File

@@ -15,5 +15,5 @@ See the above repository for updates as well as full license text. */
.tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([labeldirection="rtl"]),
#tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([labeldirection="rtl"]){
margin-inline-end: 7px;
margin-inline-end: 6px;
}