Add comment form max char limit validation (#722)

* Add comment form max char limit validation, minor visual nitpick

* Italicize banned/disabled/etc messages within comments
This commit is contained in:
koko 2023-03-30 02:03:12 -04:00 committed by GitHub
commit 89877d359f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -181,7 +181,7 @@
@if (Model.ProfileUser.IsBanned)
{
<div class="ui yellow segment" id="comments">
<p>Comments are disabled because the user is banned.</p>
<p><i>Comments are disabled because the user is banned.</i></p>
</div>
}
else