mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix: 💄 badge style on mobile
This commit is contained in:
parent
211b49a26a
commit
05a30f7390
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@
|
|||
<span
|
||||
v-if="!user.isAdmin && user.isModerator"
|
||||
v-tooltip.noDelay="i18n.ts.isModerator"
|
||||
style="color: var(--badge)"
|
||||
><i class="ph-bookmark-simple ph-bold"></i
|
||||
style="color: var(--badge); margin-left: 0.5rem;"
|
||||
><i class="ph-bookmark-simple ph-bold ph-lg"></i
|
||||
></span>
|
||||
<span
|
||||
v-if="user.isLocked"
|
||||
|
|
Loading…
Reference in a new issue