From 5d44a071f996d3d7d58858e8e05feee09a96b12d Mon Sep 17 00:00:00 2001 From: robin <8597693+robrobinbin@users.noreply.github.com> Date: Wed, 20 Jan 2021 20:59:57 +0100 Subject: [PATCH] Why?? --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d0f065e..e9f9319 100644 --- a/static/style.css +++ b/static/style.css @@ -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 {