fix-232: drop attachment-preview img for non-image files (alt text painted duplicate filename); widen chip name max-width to 560px
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user