mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Tab Bar - New tab button's separator vertical algin #315
This commit is contained in:
parent
a1a1b9e807
commit
891029a96d
2 changed files with 11 additions and 3 deletions
|
|
@ -6637,6 +6637,10 @@
|
|||
--tab-separator-position-x: 2.5px;
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox-periphery {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("userChrome.tab.newtab_button_like_tab") {
|
||||
@supports not -moz-bool-pref("userChrome.tabbar.multi_row") {
|
||||
#tabbrowser-arrowscrollbox {
|
||||
|
|
@ -6650,7 +6654,7 @@
|
|||
display: block;
|
||||
position: absolute;
|
||||
/* Position */
|
||||
bottom: 0%;
|
||||
top: 50%;
|
||||
/* Bar shape */
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
|
|
@ -6677,7 +6681,7 @@
|
|||
display: block;
|
||||
position: absolute;
|
||||
/* Position */
|
||||
bottom: 0%;
|
||||
top: 50%;
|
||||
/* Bar shape */
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
position: absolute;
|
||||
|
||||
/* Position */
|
||||
bottom: 0%;
|
||||
top: 50%;
|
||||
|
||||
/* Bar shape */
|
||||
width: 1px;
|
||||
|
|
@ -35,6 +35,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox-periphery {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@include Option("userChrome.tab.newtab_button_like_tab") {
|
||||
@include NotOption("userChrome.tabbar.multi_row") {
|
||||
#tabbrowser-arrowscrollbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue