mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39:26 +01:00
make expandable post image in subreddit views max-height 600px
This commit is contained in:
parent
03c83f1b1e
commit
7e951dbd52
@ -497,7 +497,8 @@ footer a {
|
|||||||
#links .link .entry details .line:first-child {
|
#links .link .entry details .line:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 600px) {
|
#links .link .entry details.preview-container img {
|
||||||
|
max-height: 600px !important;
|
||||||
}
|
}
|
||||||
/* COMMENTS */
|
/* COMMENTS */
|
||||||
.comment {
|
.comment {
|
||||||
|
Loading…
Reference in New Issue
Block a user