Avoid startup UI flickering on clean cache (#1193)

This commit is contained in:
Alexander Zinchuk 2021-06-20 16:50:39 +03:00
parent 72549a1db6
commit f329217307

View File

@ -20,7 +20,7 @@ html, body {
margin: 0;
padding: 0;
font-size: 16px;
font-family: "Roboto", -apple-system, "Apple Color Emoji", BlinkMacSystemFont, "Helvetica Neue", sans-serif;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Helvetica Neue", sans-serif;
color: var(--color-text);
overflow: hidden;
@media (max-width: 600px) {