Limit chat input to max characters. Closes #2109

This commit is contained in:
Gabe Kangas
2022-10-08 22:33:43 -07:00
parent 2c7be0db10
commit cd3722d9f1
4 changed files with 80 additions and 31 deletions

View File

@@ -24,6 +24,12 @@
}
}
.maxCharacters {
border-style: solid;
border-width: 1px;
border-color: red;
}
div[role='textbox'] {
font-size: 0.9rem;
padding: 0.3rem;