mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 01:39:06 +01:00
Visual fix: Display buttons in same line for channel actions
This commit is contained in:
parent
5e14c8550c
commit
41f539ad93
@ -83,30 +83,31 @@
|
|||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<div class="_content yweeujhr channels">
|
<div class="_content yweeujhr channels">
|
||||||
<MkButton
|
<div class="groupsbuttons">
|
||||||
primary
|
<MkButton
|
||||||
class="start"
|
primary
|
||||||
v-if="!isMobile"
|
class="start"
|
||||||
@click="visitAnnouncements"
|
@click="visitAnnouncements"
|
||||||
><i class="ph-megaphone-simple ph-bold ph-lg"></i>
|
><i class="ph-megaphone-simple ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.announcements }}</MkButton
|
{{ i18n.ts.announcements }}</MkButton
|
||||||
>
|
>
|
||||||
<MkButton
|
<MkButton
|
||||||
primary
|
primary
|
||||||
class="start"
|
class="start"
|
||||||
v-if="!isMobile"
|
v-if="!isMobile"
|
||||||
@click="manageChannel"
|
@click="manageChannel"
|
||||||
><i class="ph-gear-fine ph-bold ph-lg"></i>
|
><i class="ph-gear-fine ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts._channel.owned }}</MkButton
|
{{ i18n.ts._channel.owned }}</MkButton
|
||||||
>
|
>
|
||||||
<MkButton
|
<MkButton
|
||||||
primary
|
primary
|
||||||
class="start"
|
class="start"
|
||||||
v-if="!isMobile"
|
v-if="!isMobile"
|
||||||
@click="createChannel"
|
@click="createChannel"
|
||||||
><i class="ph-plus ph-bold ph-lg"></i>
|
><i class="ph-plus ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts._channel.create }}</MkButton
|
{{ i18n.ts._channel.create }}</MkButton
|
||||||
>
|
>
|
||||||
|
</div>
|
||||||
<MkChannelList
|
<MkChannelList
|
||||||
key="owned"
|
key="owned"
|
||||||
:pagination="channelsPagination"
|
:pagination="channelsPagination"
|
||||||
|
Loading…
Reference in New Issue
Block a user