Merge fix-221 rework: pill padding cleanup, keep redirect-based raw view and image-paste flag
CI / test (pull_request) Successful in 41s
CI / docker (pull_request) Skipped

This commit is contained in:
fen
2026-09-10 14:25:16 -05:00
parent 1bfefe079e
commit c3f466565d
+1 -1
View File
@@ -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);