mirror of https://github.com/LemmyNet/lemmy.git
Making max markdown image height smaller. Fixes #836
parent
b94d380729
commit
00e2d546bf
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-div img {
|
.md-div img {
|
||||||
max-height: 90vh;
|
max-height: 40vh;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue