Merge branch 'profile-overhaul' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2025-07-30 23:20:45 +03:00
commit a616b20c7c
2 changed files with 45 additions and 42 deletions

View file

@ -370,6 +370,7 @@
.user-stats { .user-stats {
display: block; display: block;
text-align: center; text-align: center;
word-wrap: break-word;
width: 100%; width: 100%;
dl { dl {

View file

@ -114,6 +114,7 @@
/> />
</span> </span>
</div> </div>
<template v-if="!hideBio">
<span <span
v-if="user.deactivated" v-if="user.deactivated"
class="alert neutral user-role" class="alert neutral user-role"
@ -156,6 +157,7 @@
> >
{{ $t('user_card.follows_you') }} {{ $t('user_card.follows_you') }}
</span> </span>
</template>
</div> </div>
</div> </div>
</div> </div>