reduce font size of expire app version alert

pull/1306/head
Audric Ackermann 5 years ago
parent fec3a0f643
commit 1f228fe6ee
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

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

Loading…
Cancel
Save