diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-21 11:34:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 11:34:55 -0500 |
commit | 75d0d333d86d2450db811a89b503bae22a3b49b6 (patch) | |
tree | 5a7efea83d1505612f05fecb7d533eedd9bcd1c0 /ext/css/material.css | |
parent | 1e4545107df139a3a87b18256438a7635aa84ff6 (diff) |
Improve some values based on the font-size (#1430)
Diffstat (limited to 'ext/css/material.css')
-rw-r--r-- | ext/css/material.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/css/material.css b/ext/css/material.css index 71f930fc..a5fcee29 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -1155,8 +1155,8 @@ button.popup-menu-item:not([hidden]) { display: flex; } .popup-menu-item-icon { - width: calc(16em / 14); - height: calc(16em / 14); + width: calc(16em / var(--font-size-no-units)); + height: calc(16em / var(--font-size-no-units)); background-color: var(--button-current-content-color); flex: 0 0 auto; } |