feat(post form): add content length check

This commit is contained in:
Tom (plebeius.eth)
2025-01-31 23:53:24 +01:00
parent d861f894f1
commit 1b359f9d7b
2 changed files with 37 additions and 0 deletions
@@ -154,4 +154,10 @@
.uploadButton span {
font-weight: normal;
}
.error {
font-weight: bold;
padding: 5px;
color: red;
}