mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Make poll results appear inside of a post (#218)
This commit is contained in:
parent
7156be6ad0
commit
2991813c2d
2 changed files with 8 additions and 1 deletions
|
@ -1242,6 +1242,10 @@ a.search_subreddit:hover {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.highlighted .post_poll {
|
||||
padding: 15px 0 5px;
|
||||
}
|
||||
|
||||
/* Used only for text post preview */
|
||||
.post_preview {
|
||||
-webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue