From 84b6ca99ae903fe245ea70270c03637a9642f027 Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Thu, 30 Jul 2026 15:22:48 +0200 Subject: [PATCH] Expand card to full grid width while editing Both the link and prompt edit forms were squeezed into a single grid column, making the summary/prompt textarea cramped. Add a .card-edit-wide class (grid-column: 1 / -1) applied to the edit partial's root element so it spans all columns instead, and lay out category/tags side by side in the prompt edit form to use the extra width. Also gives the prompt content textarea more rows (6 -> 12) since there's now room for it. Co-Authored-By: Claude Sonnet 5 --- app/templates/_link_card_edit.html | 2 +- app/templates/_prompt_card_edit.html | 31 ++++++++++++++-------------- app/templates/base.html | 2 ++ 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/app/templates/_link_card_edit.html b/app/templates/_link_card_edit.html index da11230..c71a16f 100644 --- a/app/templates/_link_card_edit.html +++ b/app/templates/_link_card_edit.html @@ -1,5 +1,5 @@ {% import "_icons.html" as icons %} -