fuck it, i dunno why it doesn't work right without flex
This commit is contained in:
parent
07a6d58660
commit
6e7ad5d554
2 changed files with 9 additions and 6 deletions
|
|
@ -252,6 +252,9 @@
|
|||
}
|
||||
|
||||
.bottom-line {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
flex-wrap: wrap;
|
||||
white-space: normal;
|
||||
font-weight: 500;
|
||||
font-size: 0.9em;
|
||||
|
|
|
|||
|
|
@ -115,6 +115,12 @@
|
|||
size="sm"
|
||||
/>
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.followed_by && loggedIn && isOtherUser"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ $t('user_card.follows_you') }}
|
||||
</span>
|
||||
<template v-if="!hideBio">
|
||||
<span
|
||||
v-if="user.deactivated"
|
||||
|
|
@ -152,12 +158,6 @@
|
|||
>
|
||||
{{ blockExpiry }}
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.followed_by && loggedIn && isOtherUser"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ $t('user_card.follows_you') }}
|
||||
</span>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue