Add flags

This commit is contained in:
2023-09-06 16:37:25 +01:00
parent 64012932f6
commit 660fbe746b
7 changed files with 24 additions and 5 deletions

View File

@ -167,3 +167,11 @@ button span.hide-on-mobile {
.profile-menu {
cursor: pointer;
}
.flag {
width: 30px;
height: 30px;
aspect-ratio: 1;
border-radius: 100%;
background-size: cover;
}