mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
fix: button to create a new channel group is hard to access
This commit is contained in:
parent
66fa3c663a
commit
e1c8a3aeab
@ -47,8 +47,8 @@
|
||||
<font-awesome-icon class="mx-2" icon="circle-minus" @click="deleteGroup(group)" />
|
||||
</div>
|
||||
</button>
|
||||
<button class="btn mx-1">
|
||||
<font-awesome-icon icon="circle-plus" @click="showCreateGroupModal = true" />
|
||||
<button class="btn mx-1" @click="showCreateGroupModal = true">
|
||||
<font-awesome-icon icon="circle-plus" />
|
||||
</button>
|
||||
</div>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user