diff options
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/assets/style/chat.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/public/assets/style/chat.css b/client-web/public/assets/style/chat.css index 34e7d63..7f7f8dc 100644 --- a/client-web/public/assets/style/chat.css +++ b/client-web/public/assets/style/chat.css @@ -24,6 +24,7 @@ } .chat .image { width: min(20em, 30vw); + max-height: 50em; /* TODO squishes the image if too high */ } .chat .messages { |