Handle preview embedding better

This commit is contained in:
2024-04-09 01:27:40 +12:00
parent 20e3129d88
commit c15f25e27b
2 changed files with 18 additions and 17 deletions

View File

@ -1177,11 +1177,13 @@ a.search_subreddit:hover {
.comment img {
max-width: 50%;
height: auto;
}
@media screen and (max-width: 500px) {
.comment img {
max-width: 80%;
height: auto;
}
}