Add user icon next to username. Closes #1655

This commit is contained in:
Gabe Kangas
2022-01-12 10:10:49 -08:00
parent 5ff5c87674
commit 814c65eeb7
3 changed files with 49 additions and 1 deletions

View File

@@ -201,6 +201,13 @@
height: 1.5rem;
}
.user-icon-flag {
display: inline-block;
margin-right: .5rem;
vertical-align: middle;
height: 0.8rem;
}
.moderator-actions-group {
position: absolute;
top: 0;