Constrain media size
This commit is contained in:
@ -22,8 +22,9 @@
|
|||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note > .body > img {
|
.note > .body > img, .note > .body > video {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover {
|
.note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover {
|
||||||
|
Reference in New Issue
Block a user