Change `<img>` max-height to be function of view height

This commit is contained in:
Christian Bundy 2019-12-11 19:35:58 -08:00
parent 273afd1d3c
commit 68d95abddf
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ pre {
.message img,
.message video {
max-width: 100%;
max-height: 30em;
max-height: 66vh;
border: var(--thin-stroke) dotted var(--bg-status);
}