From c3f466565de0064c00a53a0f70bdc2547c02f347 Mon Sep 17 00:00:00 2001 From: fen Date: Thu, 10 Sep 2026 14:25:16 -0500 Subject: [PATCH] Merge fix-221 rework: pill padding cleanup, keep redirect-based raw view and image-paste flag --- internal/web/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/static/app.css b/internal/web/static/app.css index b2fc912..6855aa9 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -809,7 +809,7 @@ button[type="submit"]:focus-visible, font-size: 22px; padding: 0 4px; border-radius: var(--radius-sm); } .file-chip .file-chip-remove:hover { color: var(--danger, #c0392b); } -.attachment-bar { display: flex; flex-direction: column; gap: 10px; } +.attachment-bar { display: flex; flex-direction: column; gap: 10px; padding: 12px; } .attachment-chip { display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; border: 1px solid var(--border); border-radius: var(--radius);