Locked mark (#3836)

This commit is contained in:
MeiMei 2019-01-05 19:59:10 +09:00 committed by syuilo
parent 84ea1fbd4d
commit d0aff4409d
3 changed files with 14 additions and 2 deletions

View file

@ -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