Add badges to the member list for moderators and admin

This commit is contained in:
10G Meow 2024-03-24 12:23:15 +02:00
parent e3df541592
commit 9f93aa6bad
2 changed files with 24 additions and 6 deletions

View file

@ -993,6 +993,19 @@ body {
}
}
.user-icon-with-badge {
display: inline;
.user-badge {
border: 0.5px solid rgba(0, 0, 0, 0.1);
position: absolute;
left: 35px;
top: 30px;
background: #FFFFFF;
padding: 10px;
}
}
.show-all {
color: black;
font-size: 14 * $chat-text-size;