From 67ba364d67a9def195c56dacba71e3eeb460097d Mon Sep 17 00:00:00 2001 From: evykassirer Date: Tue, 18 Feb 2025 12:42:05 -0800 Subject: [PATCH] popovers: Scale font-size consistently (15px at 14px em). --- web/styles/popovers.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index ba196eeda0..519644c2bf 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -80,9 +80,7 @@ border: 1px solid var(--color-border-popover-menu); border-radius: 6px; box-shadow: var(--box-shadow-popover-menu); - /* Popover menus should scale no smaller than 15px, - but scale up with the base font-size. */ - font-size: max(15px, var(--base-font-size-px)); + font-size: 1.0714em; /* 15px at 14px em */ > .tippy-content { padding: 0;