Fix: Tab Bar - New tab button's separator vertical algin #315

This commit is contained in:
alstjr7375 2022-10-13 09:31:56 +09:00
parent a1a1b9e807
commit 891029a96d
2 changed files with 11 additions and 3 deletions

View file

@ -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;

View file

@ -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 {