From df09c4c7990b9970b786b864890e4bf90696cf34 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Mon, 3 Nov 2025 18:53:29 +0100 Subject: [PATCH] :lipstick: Trip creation: update image ratio --- .../trip-create-modal.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 833b72d..cf02db7 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 @@ -23,9 +23,9 @@
@if (tripForm.get("image_id")?.value) { -
+
+ class="max-w-40 max-h-32 object-cover rounded-lg shadow-lg transition-transform duration-300" />
Click to edit @@ -34,17 +34,17 @@ } @else { @if (tripForm.get("image")?.value) { -
+
+ class="max-w-40 max-h-32 object-cover rounded-lg shadow-lg transition-transform duration-300" />
} @else { -
- +
+
Click to edit