commit 1a680cac983a3316bc39ef79cfa45af74295a8c7
parent 56af64582232109aee0558c5b7b0906bf0be76f5
Author: Kelly Cochrane <kcochrane@mozilla.com>
Date: Fri, 14 Nov 2025 14:44:23 +0000
Bug 1958472 - Bug 1995529 - Increase min-width of split view wrapper if one of the tabs shows an audio button r=tabbrowser-reviewers,sclements,jsudiaman
Differential Revision: https://phabricator.services.mozilla.com/D272257
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css
@@ -1216,6 +1216,10 @@ tab-group > tab-split-view-wrapper {
inset-inline-end: calc(var(--tab-border-radius) / 2);
}
+ &:has(tab:is([muted], [soundplaying], [activemedia-blocked])) {
+ min-width: 200px;
+ }
+
tab-group[collapsed] &:not([hasactivetab]) {
min-width: 0 !important;
max-width: 0 !important;