popovers: Add font-scaling for tab pickers.

This commit is contained in:
Sayam Samal 2024-07-12 17:54:50 +05:30 committed by Tim Abbott
parent 9b2e1d895d
commit 75780102f4
1 changed files with 2 additions and 1 deletions

View File

@ -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;