mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-18 04:41:20 -07:00
Fix: Center Tab Label update
parent
a7597897f1
commit
4b4fdc8dc9
1 changed files with 2 additions and 2 deletions
4
Tips.md
4
Tips.md
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue