make expandable post image in subreddit views max-height 600px

This commit is contained in:
teddit 2021-01-28 16:19:53 +01:00
parent 03c83f1b1e
commit 7e951dbd52
1 changed files with 2 additions and 1 deletions

View File

@ -497,7 +497,8 @@ footer a {
#links .link .entry details .line:first-child {
margin-top: 0;
}
@media screen and (max-width: 600px) {
#links .link .entry details.preview-container img {
max-height: 600px !important;
}
/* COMMENTS */
.comment {