diff --git a/static/style.css b/static/style.css index 8a5e907..34886e3 100644 --- a/static/style.css +++ b/static/style.css @@ -916,6 +916,14 @@ a.search_subreddit:hover { margin: 5px 20px 15px 12px; } +.post_footer__end { + display: flex; +} + +.post_footer__end > p { + margin-right: 15px; +} + .post_comments { font-weight: bold; } diff --git a/templates/post.html b/templates/post.html index 2b36ab7..88579e9 100644 --- a/templates/post.html +++ b/templates/post.html @@ -117,8 +117,10 @@
  • permalink
  • reddit
  • - {% call utils::save_unsave(post, saved) %} -

    {{ post.upvote_ratio }}% Upvoted

    +
    +

    {{ post.upvote_ratio }}% Upvoted

    + {% call utils::save_unsave(post, saved) %} +