Finished up with implementing media link embeds in chat.

This commit is contained in:
rainbow napkin 2024-12-16 23:25:51 -05:00
parent 23df4f88f9
commit 1ce2fc3c22
4 changed files with 89 additions and 39 deletions

View file

@ -270,4 +270,9 @@ span.user-entry{
.tokewhisper{
font-size: 9pt;
}
.chat-img, .chat-video{
max-width: 100%;
max-height: 10em;
}