forked from mirrors/akkoma-fe
replace local scope button in better location
This commit is contained in:
parent
47269436fd
commit
3b8cd01f81
1 changed files with 13 additions and 0 deletions
|
@ -42,6 +42,19 @@
|
|||
class="fa-scale-110 fa-old-padding"
|
||||
/>
|
||||
</button>
|
||||
<button
|
||||
v-if="showLocal"
|
||||
class="button-unstyled scope"
|
||||
:class="css.local"
|
||||
:title="$t('post_status.scope.local')"
|
||||
type="button"
|
||||
@click="changeVis('local')"
|
||||
>
|
||||
<FAIcon
|
||||
icon="users"
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
/>
|
||||
</button>
|
||||
<button
|
||||
v-if="showPublic"
|
||||
class="button-unstyled scope"
|
||||
|
|
Loading…
Reference in a new issue