Revert "display number of results in search"

This reverts commit da9bf3b3e0.
This commit is contained in:
teddit 2021-01-20 21:36:17 +01:00
parent da9bf3b3e0
commit e32b35677d
2 changed files with 0 additions and 5 deletions

View File

@ -1134,10 +1134,6 @@ a.sub-to-subreddit.gray {
border-radius: 0px; border-radius: 0px;
margin-bottom: 11px; margin-bottom: 11px;
} }
p.number-of-results {
font-size: 0.9rem;
margin: 0px 0px 20px 20px;
}
/* REDDIT STYLES */ /* REDDIT STYLES */
.md .md-spoiler-text { .md .md-spoiler-text {
border-radius:2px; border-radius:2px;

View File

@ -100,7 +100,6 @@ html
if json.posts.length === 0 && !no_query if json.posts.length === 0 && !no_query
p no results p no results
else else
p.number-of-results results: #{json.posts.length}
each link in json.posts each link in json.posts
.link .link
.upvotes .upvotes