From e32b35677d74b91c98b0cf2bbf37b0b240f64f64 Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 20 Jan 2021 21:36:17 +0100 Subject: [PATCH] Revert "display number of results in search" This reverts commit da9bf3b3e0fd52b5bfb37e8cf98177ed007a274c. --- static/css/styles.css | 4 ---- views/search.pug | 1 - 2 files changed, 5 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index a401c79..f27b254 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1134,10 +1134,6 @@ a.sub-to-subreddit.gray { border-radius: 0px; margin-bottom: 11px; } -p.number-of-results { - font-size: 0.9rem; - margin: 0px 0px 20px 20px; -} /* REDDIT STYLES */ .md .md-spoiler-text { border-radius:2px; diff --git a/views/search.pug b/views/search.pug index e5bdc1a..1abaab7 100644 --- a/views/search.pug +++ b/views/search.pug @@ -100,7 +100,6 @@ html if json.posts.length === 0 && !no_query p no results else - p.number-of-results results: #{json.posts.length} each link in json.posts .link .upvotes