mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 23:34:02 -08:00
Fix: Tab Bar - New tab button's separator vertical algin #315
This commit is contained in:
parent
16e310b2e0
commit
f83e98298e
2 changed files with 8 additions and 0 deletions
|
|
@ -6481,6 +6481,10 @@
|
|||
--tab-separator-position-x: 2.5px;
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox-periphery {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("userChrome.tab.newtab_button_like_tab") {
|
||||
#TabsToolbar:not([multibar]) #tabbrowser-arrowscrollbox {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -35,6 +35,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox-periphery {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@include Option("userChrome.tab.newtab_button_like_tab") {
|
||||
#TabsToolbar:not([multibar]) #tabbrowser-arrowscrollbox {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue