Prevent post previews from overflowing on Chromium

This commit is contained in:
spikecodes 2021-11-22 08:40:36 -08:00
parent 25e641e7b3
commit 9f8d36cb00
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 4 additions and 2 deletions

View file

@ -845,9 +845,11 @@ a.search_subreddit:hover {
/* Used only for text post preview */
.post_preview {
-webkit-mask-image: linear-gradient(180deg,#000 60%,transparent);;
mask-image: linear-gradient(180deg,#000 60%,transparent);
opacity: 0.8;
max-height: 250px;
overflow: hidden;
}
.post_footer {