mirror of https://github.com/zulip/zulip.git
inbox: Enable flexible font-sizing on inbox.
This commit is contained in:
parent
424b3add6d
commit
ceb89a3dd8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue