Add maximum image height for 4:3 ratio

This commit is contained in:
Christian Bundy 2019-09-16 18:10:49 -07:00
parent 78da1fc3ec
commit 9d60e2aabc
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ pre {
.message img, .message video {
max-width: 100%;
border: var(--thin-stroke) dotted var(--off-white)
max-height: 30em;
border: var(--thin-stroke) dotted var(--off-white);
}
.message > :first-child {