mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-15 05:42:34 -08:00
- `userChrome.tab.centered_content` -> `userChrome.centered.tab` - `userChrome.tab.centered_label` -> `userChrome.centered.tab.label` - `userChrome.bookmarkbar.centered` -> `userChrome.centered.bookmarkbar`
4 lines
95 B
SCSS
4 lines
95 B
SCSS
#PlacesToolbarItems {
|
|
display: flex !important;
|
|
justify-content: safe center !important;
|
|
}
|