diff --git a/src/css/style.css b/src/css/style.css index 141fdaaf..0f8cc065 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -202,6 +202,10 @@ header #back-button { max-width: 75%; } +.msg-content img { + border-radius: 3px; +} + .emoji { font-size: 1.3em; line-height: 1em; @@ -375,6 +379,16 @@ header #back-button { font-size: 35px !important; } +#attachment-preview { + display: none; + text-align: center; + overflow: hidden; +} + +#attachment-preview img { + max-height: 60vh; +} + #message-list { display: flex; max-width: 700px; diff --git a/src/index.html b/src/index.html index 6bb30744..4c087dd9 100644 --- a/src/index.html +++ b/src/index.html @@ -120,6 +120,7 @@
+