diff --git a/css/leptonChrome.css b/css/leptonChrome.css index e52270d..b41fdc3 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -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); } diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index 45e9b2e..db45d93 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -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); } diff --git a/src/tab/_connect_to_window.scss b/src/tab/_connect_to_window.scss index e7bddcd..671912f 100644 --- a/src/tab/_connect_to_window.scss +++ b/src/tab/_connect_to_window.scss @@ -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);