diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-10 18:09:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-10 18:09:14 +0200 |
commit | d889e1b572952c5777fc2bb147f04ad8baf7f497 (patch) | |
tree | c61a68864314290c85532311bb1cc3f5181f72cc /client-web/public | |
parent | e45770adfcc46fe5f0350767801204efdb14313b (diff) | |
download | keks-meet-d889e1b572952c5777fc2bb147f04ad8baf7f497.tar keks-meet-d889e1b572952c5777fc2bb147f04ad8baf7f497.tar.bz2 keks-meet-d889e1b572952c5777fc2bb147f04ad8baf7f497.tar.zst |
images in chat
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/assets/style/chat.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client-web/public/assets/style/chat.css b/client-web/public/assets/style/chat.css index 26c1ad5..34e7d63 100644 --- a/client-web/public/assets/style/chat.css +++ b/client-web/public/assets/style/chat.css @@ -19,9 +19,13 @@ .chat .author { font-weight: bold; } -.chat .content { +.chat .text { color: white; } +.chat .image { + width: min(20em, 30vw); +} + .chat .messages { height: calc(100% - 3em); width: 100%; |