From 75780102f40d0ba17c25491ccae9b3ed0376483a Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Fri, 12 Jul 2024 17:54:50 +0530 Subject: [PATCH] popovers: Add font-scaling for tab pickers. --- web/styles/app_components.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index e9a2e96cbd..9f664cd665 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -1186,7 +1186,8 @@ div.overlay { min-width: max-content; padding: 1px; background-color: var(--color-background-tab-picker-container); - font-size: 16px; + /* 16px at 15px/1em */ + font-size: 1.0666em; input[type="radio"] { display: none;