From ad28fbe345206ec96ac023e08265236591b23a38 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Tue, 21 Oct 2025 19:00:12 +0200 Subject: [PATCH] :lipstick: Trip creation modal: update grid layout --- .../trip-create-modal.component.html | 43 ++++++++++--------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html index dd31ff7..833b72d 100644 --- a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html +++ b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html @@ -1,24 +1,27 @@ -
- - - - - - - - - - - @if (tripForm.get("id")?.value === -1) { -
- - - +
+
+ + + -
- } -
+ + + + + + @if (tripForm.get("id")?.value === -1) { +
+ + + + +
+ } +
+ +
@if (tripForm.get("image_id")?.value) {
{{ tripForm.get("id")?.value !== -1 ? "Update" : "Create" }} -
+
\ No newline at end of file