Center recipe image on edit page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 09:15:24 +01:00
parent 41ab4564dc
commit a6844e3ab2
+2
View File
@@ -179,6 +179,7 @@
/* Image section */ /* Image section */
.image-section { .image-section {
margin-top: 0.5rem; margin-top: 0.5rem;
text-align: center;
} }
.image-preview { .image-preview {
max-width: 350px; max-width: 350px;
@@ -193,6 +194,7 @@
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.5rem; gap: 0.5rem;
align-items: flex-end; align-items: flex-end;
text-align: left;
} }
.image-controls .url-input-group { .image-controls .url-input-group {
flex: 1; flex: 1;