diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 21:07:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 21:07:45 -0500 |
commit | 9fbdb9757b22c2bb9afe5061137bfe4b3b755e91 (patch) | |
tree | b7d3e9111b621ca2bf81f0c8023a433b64e9f055 /ext/mixed/css/material.css | |
parent | 85c039850c45246e367e194232e5ace8771f14e7 (diff) |
Update popup menu structure (#1301)
* Wrap menu items in popup-menu-body
* Use bodyNode instead of node
* Update selector
* Update _setPosition to not use items
Diffstat (limited to 'ext/mixed/css/material.css')
-rw-r--r-- | ext/mixed/css/material.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index c9277088..ec55120b 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -928,11 +928,13 @@ button.icon-button:active { border-radius: var(--menu-border-radius); background-color: var(--background-color-light); padding: 0.5em 0; + min-width: 8em; + overflow: auto; +} +.popup-menu-body { display: flex; flex-flow: column nowrap; align-items: stretch; - min-width: 8em; - overflow: auto; white-space: nowrap; } button.popup-menu-item { |