mirror of
https://github.com/elk-zone/elk
synced 2025-01-19 05:42:50 +09:00
style: use bg-base for transparent avatars
This commit is contained in:
parent
07d709c494
commit
96fbeb235e
@ -16,7 +16,7 @@ const error = $ref(false)
|
||||
:alt="$t('account.avatar_description', [account.username])"
|
||||
loading="lazy"
|
||||
rounded-full
|
||||
:class="loaded ? 'bg-gray' : 'bg-gray:10'"
|
||||
:class="loaded ? 'bg-base' : 'bg-gray:10'"
|
||||
v-bind="$attrs"
|
||||
@load="loaded = true"
|
||||
@error="error = true"
|
||||
|
Loading…
Reference in New Issue
Block a user