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
|
@ -38,6 +38,9 @@ if (props.name.length > 3) {
|
|||
}
|
||||
|
||||
.default-icon-text {
|
||||
/* helps centre the icon, yes, this is NOT perfect */
|
||||
margin-top: -0.15em;
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
color: var(--secondary-text-color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue