forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| .eslintrc.js | ||
| customizeMode.inc.xhtml | ||
| jar.mn | ||
| moz.build | ||
| panelUI.inc.xhtml | ||
| panelUI.js | ||