mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Tabbar - Clipping at movingtab #1126
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
3b2e609eab
commit
44d4124a57
3 changed files with 16 additions and 0 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -6962,6 +6962,10 @@
|
|||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height);
|
||||
}
|
||||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"])[movingtab] {
|
||||
padding-bottom: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
#TabsToolbar[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height_mlt);
|
||||
}
|
||||
|
|
@ -21884,6 +21888,10 @@
|
|||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height);
|
||||
}
|
||||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"])[movingtab] {
|
||||
padding-bottom: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
#TabsToolbar[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height_mlt);
|
||||
}
|
||||
|
|
|
|||
4
css/leptonChromeESR.css
generated
4
css/leptonChromeESR.css
generated
|
|
@ -7399,6 +7399,10 @@
|
|||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height);
|
||||
}
|
||||
#TabsToolbar #tabbrowser-tabs:not([orient="vertical"])[movingtab] {
|
||||
padding-bottom: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
#TabsToolbar[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height_mlt);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
#tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height);
|
||||
}
|
||||
#tabbrowser-tabs:not([orient="vertical"])[movingtab] {
|
||||
padding-bottom: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
|
||||
&[multibar] #tabbrowser-tabs:not([orient="vertical"]) {
|
||||
max-height: var(--tab-min-height_mlt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue