fix lock icon
This commit is contained in:
parent
ddcd9007dc
commit
07a6d58660
2 changed files with 16 additions and 12 deletions
|
|
@ -259,7 +259,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.lock-icon {
|
.lock-icon {
|
||||||
margin-left: 0.5em;
|
display: inline-block;
|
||||||
|
vertical-align: baseline;
|
||||||
|
overflow-x: hidden;
|
||||||
|
margin: 0 0.35em 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-screen-name {
|
.user-screen-name {
|
||||||
|
|
|
||||||
|
|
@ -102,18 +102,19 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom-line">
|
<div class="bottom-line">
|
||||||
<div class="user-screen-name">
|
|
||||||
<user-link
|
<user-link
|
||||||
|
class="user-screen-name"
|
||||||
:user="user"
|
:user="user"
|
||||||
/>
|
/>
|
||||||
<span v-if="user.locked">
|
<span
|
||||||
<FAIcon
|
v-if="user.locked"
|
||||||
class="lock-icon"
|
class="lock-icon"
|
||||||
|
>
|
||||||
|
<FAIcon
|
||||||
icon="lock"
|
icon="lock"
|
||||||
size="sm"
|
size="sm"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
|
||||||
<template v-if="!hideBio">
|
<template v-if="!hideBio">
|
||||||
<span
|
<span
|
||||||
v-if="user.deactivated"
|
v-if="user.deactivated"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue