fix(post form): reject non-media file links

This commit is contained in:
Tommaso Casaburi
2026-06-03 17:10:37 +07:00
parent 188c44a923
commit 95f3a54b9d
38 changed files with 171 additions and 43 deletions
@@ -113,6 +113,10 @@
text-transform: lowercase;
}
.linkTypeError {
color: red;
}
.linkField input[type="text"] {
width: 190px !important;
}