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; font-size: 16px;
cursor: pointer; cursor: pointer;
min-width: 44px; min-width: 44px;
font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif;
} }
.lang-menu { .lang-menu {
position: absolute; position: absolute;
@@ -82,17 +83,7 @@ html {
padding: 6px 10px; padding: 6px 10px;
text-align: left; text-align: left;
cursor: pointer; cursor: pointer;
} font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif;
.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;
} }
.status-bar { .status-bar {