Check Cloudflare headers for country info. Closes #2129

This commit is contained in:
Mike Cao 2023-07-17 00:27:42 -07:00
parent b0b96b34a7
commit ccafb03c47
6 changed files with 15 additions and 89 deletions

View file

@ -1,38 +0,0 @@
.menu {
width: 360px;
max-height: 300px;
overflow: auto;
}
.item {
display: flex;
flex-direction: row;
justify-content: space-between;
border-radius: var(--border-radius);
}
.item:hover {
background: var(--base75);
}
.type {
color: var(--font-color300);
}
.selected {
font-weight: bold;
}
.popup {
display: flex;
}
.filter {
display: flex;
flex-direction: column;
gap: 20px;
}
.dropdown {
min-width: 60px;
}