mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Prevent post previews from overflowing on Chromium
This commit is contained in:
parent
25e641e7b3
commit
9f8d36cb00
3 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue