fix(front): fix some alignment of some UI elements in mobile event view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-08-18 15:14:51 +02:00
parent 7cbbf84217
commit 8c313b5397
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773
2 changed files with 2 additions and 2 deletions

View file

@ -482,7 +482,7 @@
<span class="dark:text-gray-900" v-if="isEventModified">
{{ t("Unsaved changes") }}
</span>
<div class="flex flex-wrap gap-3 items-center">
<div class="flex flex-wrap gap-3 items-center justify-end">
<o-button
variant="text"
@click="confirmGoBack"

View file

@ -19,7 +19,7 @@
</div>
<section class="intro px-2 pt-4" dir="auto">
<div class="flex flex-wrap gap-2">
<div class="flex flex-wrap gap-2 justify-end">
<div class="flex-1 min-w-[300px]">
<div
v-if="eventLoading"