Locked mark (#3836)
This commit is contained in:
parent
84ea1fbd4d
commit
d0aff4409d
3 changed files with 14 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<span class="name">
|
||||
<mk-user-name :user="user"/>
|
||||
</span>
|
||||
<span class="acct">@{{ user | acct }}</span>
|
||||
<span class="acct">@{{ user | acct }} <fa v-if="user.isLocked == true" class="locked" icon="lock" fixed-width/></span>
|
||||
</div>
|
||||
</header>
|
||||
<div class="info">
|
||||
|
|
@ -411,6 +411,9 @@ export default Vue.extend({
|
|||
opacity 0.7
|
||||
text-shadow 0 0 8px #000
|
||||
|
||||
> .locked
|
||||
opacity 0.8
|
||||
|
||||
> .info
|
||||
padding 16px
|
||||
font-size 12px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue