From 75d0d333d86d2450db811a89b503bae22a3b49b6 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 21 Feb 2021 11:34:55 -0500 Subject: Improve some values based on the font-size (#1430) --- ext/css/material.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/css/material.css') 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; } -- cgit v1.2.3