Constrain media size

This commit is contained in:
Kieran 2023-01-04 11:52:16 +00:00
parent 130d41209b
commit 75cf4dedf0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -22,8 +22,9 @@
word-break: normal;
}
.note > .body > img {
width: 100%;
.note > .body > img, .note > .body > video {
max-width: 100%;
max-height: 500px;
}
.note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover {