style: improve top screen rendering on desktop

This commit is contained in:
2023-02-13 19:53:02 +01:00
parent a29d11f385
commit a1bd44ffb3
2 changed files with 4 additions and 1 deletions

View File

@@ -86,7 +86,7 @@
font-size: 1.2em;
transition: background-color;
transition-duration: 250ms;
font-size: calc(15px + 0.390625vw);
font-size: min(calc(15px + 0.390625vw), 18.5px);
}
button.enabled {