diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-11 12:52:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-11 12:52:34 +0200 |
commit | e576676d65efbd019f58a620db2cd499defb80f2 (patch) | |
tree | 95efbb9f66afcfaeb004273d980e4fcf3af63d1b /client-web/public | |
parent | ee08ba8a26d482e75cb1dca6a7eb689621de0a7c (diff) | |
download | keks-meet-e576676d65efbd019f58a620db2cd499defb80f2.tar keks-meet-e576676d65efbd019f58a620db2cd499defb80f2.tar.bz2 keks-meet-e576676d65efbd019f58a620db2cd499defb80f2.tar.zst |
scale image scale fixed
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 { |