fune/browser/components/customizableui/content
Emilio Cobos Álvarez 7734b14655 Bug 1821376 - Fix interactions of overflow menu with modern flexbox migration. r=Gijs
Customize mode was already using display: flex, so the migration caused
some interesting interactions.

In particular -moz-box-flex: 1 rules had no effect at all, so remove
them (same for the flex="" attribute).

Un-flex items in the overflow menu so that they don't spread too much.

Use flex: 1 in the customization-content-container to reset flex-shrink
to 1 (XUL flex didn't allow shrinking by default, so xul.css has
flex-shrink: 0).

Differential Revision: https://phabricator.services.mozilla.com/D172144
2023-03-10 13:21:23 +00:00
..
.eslintrc.js
customizeMode.inc.xhtml Bug 1821376 - Fix interactions of overflow menu with modern flexbox migration. r=Gijs 2023-03-10 13:21:23 +00:00
jar.mn
moz.build
panelUI.inc.xhtml
panelUI.js