fix-232: drop attachment-preview img for non-image files (alt text painted duplicate filename); widen chip name max-width to 560px
CI / test (pull_request) Successful in 42s
CI / docker (pull_request) Skipped

This commit is contained in:
fen
2026-09-10 17:02:54 -05:00
parent e059ca1554
commit ca59c19fa4
2 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ button[type="submit"]:focus-visible,
}
.attachment-bar .attachment-chip:hover { border-color: var(--accent); }
.attachment-bar .attachment-chip .attachment-name {
max-width: 320px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
max-width: 720px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* #221: images scale to fit the viewer box, aspect ratio preserved. */
.attachment-preview {