forked from mirrors/amputoma-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"
|
class="fa-scale-110 fa-old-padding"
|
||||||
/>
|
/>
|
||||||
</button>
|
</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
|
<button
|
||||||
v-if="showPublic"
|
v-if="showPublic"
|
||||||
class="button-unstyled scope"
|
class="button-unstyled scope"
|
||||||
|
|
Loading…
Reference in a new issue