From a6844e3ab2c311254aa145dc898a59bcb27a11f6 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 26 Feb 2026 09:15:24 +0100 Subject: [PATCH] Center recipe image on edit page Co-Authored-By: Claude Opus 4.6 --- app/templates/recipe_edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/recipe_edit.html b/app/templates/recipe_edit.html index 6126cae..fa0e899 100644 --- a/app/templates/recipe_edit.html +++ b/app/templates/recipe_edit.html @@ -179,6 +179,7 @@ /* Image section */ .image-section { margin-top: 0.5rem; + text-align: center; } .image-preview { max-width: 350px; @@ -193,6 +194,7 @@ flex-wrap: wrap; gap: 0.5rem; align-items: flex-end; + text-align: left; } .image-controls .url-input-group { flex: 1;