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,10 +83,10 @@
|
||||
</swiper-slide>
|
||||
<swiper-slide>
|
||||
<div class="_content yweeujhr channels">
|
||||
<div class="groupsbuttons">
|
||||
<MkButton
|
||||
primary
|
||||
class="start"
|
||||
v-if="!isMobile"
|
||||
@click="visitAnnouncements"
|
||||
><i class="ph-megaphone-simple ph-bold ph-lg"></i>
|
||||
{{ i18n.ts.announcements }}</MkButton
|
||||
@ -107,6 +107,7 @@
|
||||
><i class="ph-plus ph-bold ph-lg"></i>
|
||||
{{ i18n.ts._channel.create }}</MkButton
|
||||
>
|
||||
</div>
|
||||
<MkChannelList
|
||||
key="owned"
|
||||
:pagination="channelsPagination"
|
||||
|
Loading…
Reference in New Issue
Block a user