reduce font size of expire app version alert

This commit is contained in:
Audric Ackermann 2020-08-18 09:41:48 +10:00
parent fec3a0f643
commit 1f228fe6ee
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -302,11 +302,11 @@ body.dark-theme {
color: black;
/* biggest we can make the font without wrapping the current text at minimum app width */
font-family: $session-font-accent;
font-size: 20px;
font-size: 16px;
height: 60px;
span {
line-height: 36px;
line-height: 45px;
}
button {