inbox: Enable flexible font-sizing on inbox.

This commit is contained in:
Karl Stolley 2024-06-18 09:58:30 -04:00 committed by Tim Abbott
parent 424b3add6d
commit ceb89a3dd8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,8 @@
display: flex;
flex-direction: column;
background: var(--color-background-inbox);
font-size: 15px;
/* Ensure inbox font-size is at least 15px. */
font-size: max(15px, var(--base-font-size-px));
padding: 0;
min-height: 100vh;
@ -116,7 +117,6 @@
height: var(--height-inbox-search);
padding-right: 28px;
padding-left: 30px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 17px;