Show country flag in user list of webclient (#4431)

This commit is contained in:
Bruno Mendes 2021-10-14 21:59:06 -03:00 committed by GitHub
parent 3bc90003b3
commit dde0f568d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 9 deletions

View file

@ -8,4 +8,9 @@
height: 100%;
display: flex;
align-items: center;
}
}
.user-display__country {
width: 1.1em;
margin-right: 0.4em;
}