From 72fb96ec4c0bbf5791188d48d37c9d28693f0da1 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Sun, 21 Jun 2026 19:57:00 -0400 Subject: [PATCH] fix(v2): consistent gap between cover and fields in the edit dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The edit dialog's hero used a fixed 240px cover column with the cover centered, so a natural-width cover left variable leftover space — making the gap to the fields vary by cover shape. Size the column to the cover (`auto`) so the gap is exactly the grid gap for any cover, and give it a touch more room (24px). Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/v2/components/Dialogs/EditRomDialog.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/v2/components/Dialogs/EditRomDialog.vue b/frontend/src/v2/components/Dialogs/EditRomDialog.vue index e69fec688..a5ad06f79 100644 --- a/frontend/src/v2/components/Dialogs/EditRomDialog.vue +++ b/frontend/src/v2/components/Dialogs/EditRomDialog.vue @@ -480,14 +480,16 @@ function handleRomUpdateFromMetadata(updatedRom: UpdateRom) {