summaryrefslogtreecommitdiff
path: root/ext/css/material.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/css/material.css')
-rw-r--r--ext/css/material.css4
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;
}