mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-23 07:19:14 +00:00
Update style.css
This commit is contained in:
parent
1bcb070fbb
commit
6eae4bc47a
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue