Update style.css

This commit is contained in:
robrobinbin 2021-02-02 21:23:51 +01:00 committed by GitHub
parent 1bcb070fbb
commit 6eae4bc47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -635,6 +635,13 @@ a.search_subreddit:hover {
background-repeat: no-repeat;
}
.post_media_wrapper {
display: contents;
/* Fallback for browsers insufficiently supporting "display: contents"*/
grid-area: post_media;
text-align: center;
}
.post_media.short {
max-height: 512px;
width: auto;