forked from potsda.mn/mobilizon
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:
parent
7cbbf84217
commit
8c313b5397
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue