Add badges to the member list for moderators and admin
This commit is contained in:
parent
e3df541592
commit
9f93aa6bad
2 changed files with 24 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue