mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Why??
This commit is contained in:
parent
e29e203188
commit
5d44a071f9
1 changed files with 2 additions and 1 deletions
|
@ -446,7 +446,7 @@ a.search_subreddit:hover {
|
|||
"post_score post_media post_thumbnail" auto
|
||||
"post_score post_body post_thumbnail" auto
|
||||
"post_score post_footer post_thumbnail" auto
|
||||
/ minmax(40px, auto) 1fr fit-content(min(20%, 152px));
|
||||
/ minmax(40px, auto) minmax(0, 1fr) fit-content(min(20%, 152px));
|
||||
}
|
||||
|
||||
.post:not(:last-child) { margin-bottom: 10px; }
|
||||
|
@ -529,6 +529,7 @@ a.search_subreddit:hover {
|
|||
height: auto;
|
||||
grid-area: post_media;
|
||||
background-color: var(--highlighted);
|
||||
display: table;
|
||||
}
|
||||
|
||||
#post_url {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue