Fix: Center Tab Label update

MS_Y 2021-09-14 03:40:42 +00:00
parent a7597897f1
commit 4b4fdc8dc9

@ -109,8 +109,8 @@ Use this code:
Use this code:
```css
/* Based on https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/centered_tab_label.css */
.tab-label-container{ display: grid; justify-content: safe center }
.tab-label,.tab-secondary-label{ overflow: hidden }
.tab-label-container{ display: grid; justify-content: safe center; }
.tab-label,.tab-secondary-label{ overflow: hidden; }
.tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([textoverflow]),
.tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([textoverflow]) { margin-inline-end: 5px; }