From 9bd540d659d3850960fd431cad66ba288a28f18b Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Sun, 7 Apr 2024 17:23:24 -0400 Subject: [PATCH] Stop post footer text from disappear at exactly 480px --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5e8236d..bd168bb 100644 --- a/static/style.css +++ b/static/style.css @@ -1098,7 +1098,7 @@ a.search_subreddit:hover { display: auto; } -@media screen and (min-width: 480px) { +@media screen and (min-width: 481px) { #post_links > li.mobile_item { display: none; }