feat: fix member list to use the new default avatar
This commit is contained in:
parent
ed38340249
commit
c7ef63d2bd
4 changed files with 15 additions and 1 deletions
|
@ -30,4 +30,11 @@ const hidePopup = () => {
|
|||
.member-item {
|
||||
position: relative; /* Set the position to relative for absolute positioning of the popup */
|
||||
}
|
||||
|
||||
.member-avatar {
|
||||
min-height: 2em;
|
||||
max-height: 2em;
|
||||
min-width: 2em;
|
||||
max-width: 2em;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue