limit counter size
All checks were successful
/ release (push) Successful in 30s

This commit is contained in:
speatzle 2024-10-08 14:50:24 +02:00
parent 275657e584
commit 20164f8983

View file

@ -18,6 +18,8 @@ body {
image-rendering: -moz-crisp-edges; image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges; image-rendering: crisp-edges;
flex-grow: 1; flex-grow: 1;
max-height: 50vh;
max-width: 22.5vh;
} }
.counter { .counter {