mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Tab Bar - Phenomenon of decreasing size at FFv108
This commit is contained in:
parent
487a5371f6
commit
e804ca6768
2 changed files with 0 additions and 11 deletions
|
|
@ -6702,11 +6702,6 @@
|
|||
}
|
||||
|
||||
@supports -moz-bool-pref("userChrome.tab.newtab_button_like_tab") {
|
||||
@supports not -moz-bool-pref("userChrome.tabbar.multi_row") {
|
||||
#TabsToolbar:not([multibar]) #tabbrowser-arrowscrollbox {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
.tab-stack::before,
|
||||
#tabs-newtab-button::before {
|
||||
/* Box Model */
|
||||
|
|
|
|||
|
|
@ -40,12 +40,6 @@
|
|||
}
|
||||
|
||||
@include Option("userChrome.tab.newtab_button_like_tab") {
|
||||
@include NotOption("userChrome.tabbar.multi_row") {
|
||||
#TabsToolbar:not([multibar]) #tabbrowser-arrowscrollbox {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-stack::before,
|
||||
#tabs-newtab-button::before {
|
||||
@include _dynamicSeparatorShape;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue