Display moderator status in chat messages

This commit is contained in:
Gabe Kangas
2021-12-09 14:06:48 -08:00
parent a649e4e31a
commit 559c85856f
2 changed files with 19 additions and 4 deletions

View File

@@ -270,7 +270,16 @@
top: 0;
bottom: unset;
}
.message-author {
display: flex;
height: 20px;
align-items: center;
}
.message-author .flair {
height: 70%;
margin-right: 5px;
}
.moderator-menu-item {
font-size: .875rem;