Fix flag getting squished Closes #2005
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle 2025-01-01 10:25:25 +02:00
parent b4974baf84
commit 7e701e4e28

View File

@ -1,13 +1,17 @@
.twf {
display: inline-block;
width: 2.5rem;
height: 2.5rem;
min-width: 2.5rem;
max-width: 2.5rem;
min-height: 2.5rem;
max-height: 2.5rem;
vertical-align: -0.25em;
}
.twf-s {
width: 1em;
height: 1em;
min-width: 1em;
max-width: 1em;
min-height: 1em;
max-height: 1em;
vertical-align: -0.1em;
}