Render flags using emoji-capable fonts

This commit is contained in:
2026-02-04 15:37:52 +01:00
parent 40b2f03b4a
commit fc373ffb91

View File

@@ -60,6 +60,7 @@ html {
font-size: 16px;
cursor: pointer;
min-width: 44px;
font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif;
}
.lang-menu {
position: absolute;
@@ -82,17 +83,7 @@ html {
padding: 6px 10px;
text-align: left;
cursor: pointer;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif;
}
.status-bar {