forked from mirrors/akkoma-fe
Compare commits
2 commits
1d99b00bb9
...
3b8cd01f81
Author | SHA1 | Date | |
---|---|---|---|
|
3b8cd01f81 | ||
|
47269436fd |
1 changed files with 13 additions and 13 deletions
|
@ -42,19 +42,6 @@
|
||||||
class="fa-scale-110 fa-old-padding"
|
class="fa-scale-110 fa-old-padding"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
<button
|
|
||||||
v-if="showPublic"
|
|
||||||
class="button-unstyled scope"
|
|
||||||
:class="css.public"
|
|
||||||
:title="$t('post_status.scope.public')"
|
|
||||||
type="button"
|
|
||||||
@click="changeVis('public')"
|
|
||||||
>
|
|
||||||
<FAIcon
|
|
||||||
icon="globe"
|
|
||||||
class="fa-scale-110 fa-old-padding"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
<button
|
<button
|
||||||
v-if="showLocal"
|
v-if="showLocal"
|
||||||
class="button-unstyled scope"
|
class="button-unstyled scope"
|
||||||
|
@ -68,6 +55,19 @@
|
||||||
class="fa-scale-110 fa-old-padding"
|
class="fa-scale-110 fa-old-padding"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
v-if="showPublic"
|
||||||
|
class="button-unstyled scope"
|
||||||
|
:class="css.public"
|
||||||
|
:title="$t('post_status.scope.public')"
|
||||||
|
type="button"
|
||||||
|
@click="changeVis('public')"
|
||||||
|
>
|
||||||
|
<FAIcon
|
||||||
|
icon="globe"
|
||||||
|
class="fa-scale-110 fa-old-padding"
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue