limit attachments in comments

This commit is contained in:
2026-05-16 21:00:27 +02:00
parent 32499fed36
commit 3cfb9dfc04
4 changed files with 40 additions and 0 deletions

View File

@@ -2324,6 +2324,12 @@ body.layout-modern .item-sidebar-left .tag-controls {
cursor: wait;
}
.submit-comment.uploading {
pointer-events: none;
opacity: 0.5;
cursor: wait;
}
.cancel-reply {
background: transparent;
color: var(--white);