Skip to content

Commit

Permalink
Fix flag getting squished Closes #2005
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Jan 1, 2025
1 parent b4974ba commit 7e701e4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/styles/flags.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand Down

0 comments on commit 7e701e4

Please sign in to comment.