recommendations: show favcount beneath recommended posts.

* Add favorite count beneath recommended posts. Clicking the favcount
  loads more recommended posts like that post.
* Increase number of recommendations shown on post show page.
This commit is contained in:
evazion
2019-12-02 02:07:37 -06:00
parent efda9f37e1
commit 5791f4e805
4 changed files with 42 additions and 3 deletions

View File

@@ -366,6 +366,11 @@ div#c-posts {
margin-top: 0.5em;
}
#recommended.loading-recommended-posts {
pointer-events: none;
opacity: 0.5;
}
#pool-nav, #search-seq-nav, #favgroup-nav {
li {
position: relative;