forked from potsda.mn/mobilizon
ui: event buttons allignment
This commit is contained in:
parent
95f3be2da9
commit
7688bf88ee
|
@ -14,8 +14,8 @@
|
||||||
@confirm-leave="confirmLeave"
|
@confirm-leave="confirmLeave"
|
||||||
@cancel-anonymous-participation="cancelAnonymousParticipation"
|
@cancel-anonymous-participation="cancelAnonymousParticipation"
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col gap-1 mt-1">
|
||||||
<p class="inline-flex gap-1">
|
<p class="inline-flex gap-2 ml-auto">
|
||||||
<TicketConfirmationOutline />
|
<TicketConfirmationOutline />
|
||||||
<router-link
|
<router-link
|
||||||
class="participations-link"
|
class="participations-link"
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
</template>
|
</template>
|
||||||
</VTooltip>
|
</VTooltip>
|
||||||
</p>
|
</p>
|
||||||
<o-dropdown>
|
<o-dropdown class="ml-auto">
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<o-button icon-right="dots-horizontal">
|
<o-button icon-right="dots-horizontal">
|
||||||
{{ t("Actions") }}
|
{{ t("Actions") }}
|
||||||
|
|
Loading…
Reference in a new issue