diff --git a/README.md b/README.md index b8f5682..8a62be4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Libre + Reddit = Libreddit -![](https://i.ibb.co/CsYPXJ8/image.png) +![](https://i.ibb.co/Kwwb1CK/image.png) ## Features @@ -46,4 +46,4 @@ Provides: - Free deployment of app (can be ran without account) - Free HTTPS url (https://\.\\.repl\.co) - Supports custom domains -- Downtime after periods of inactivity \([solution 1](https://repl.it/talk/ask/use-this-pingmat1replco-just-enter/28821/101298), [solution 2](https://repl.it/talk/learn/How-to-use-and-setup-UptimeRobot/9003)\) --> +- Downtime after periods of inactivity \([solution 1](https://repl.it/talk/ask/use-this-pingmat1replco-just-enter/28821/101298), [solution 2](https://repl.it/talk/learn/How-to-use-and-setup-UptimeRobot/9003)\) --> \ No newline at end of file diff --git a/templates/popular.html.hbs b/templates/popular.html.hbs index 6eca564..abff078 100644 --- a/templates/popular.html.hbs +++ b/templates/popular.html.hbs @@ -89,7 +89,6 @@ } .post_left { - display: none; text-align: center; background: #222; border-radius: 5px 0px 0px 5px; @@ -97,8 +96,12 @@ padding: 10px 0px; } + .post_upvote { + display: none; + } + .post_score { - margin: 5px 0px; + margin: auto; } .post_right { diff --git a/templates/post.html.hbs b/templates/post.html.hbs index cb24481..930021f 100644 --- a/templates/post.html.hbs +++ b/templates/post.html.hbs @@ -114,11 +114,14 @@ border-radius: 5px 0px 0px 5px; min-width: 75px; padding: 10px 0px; + } + + .post_upvote { display: none; } .post_score { - margin: 5px 0px; + margin: auto; } .post_right { diff --git a/templates/subreddit.html.hbs b/templates/subreddit.html.hbs index 074c6d9..2e6290d 100644 --- a/templates/subreddit.html.hbs +++ b/templates/subreddit.html.hbs @@ -112,7 +112,6 @@ } .post_left { - display: none; text-align: center; background: #222; border-radius: 5px 0px 0px 5px; @@ -120,8 +119,12 @@ padding: 10px 0px; } + .post_upvote { + display: none; + } + .post_score { - margin: 5px 0px; + margin: auto; } .post_right { diff --git a/templates/user.html.hbs b/templates/user.html.hbs index 095ab3f..03bca79 100644 --- a/templates/user.html.hbs +++ b/templates/user.html.hbs @@ -118,15 +118,19 @@ } .post_left { - display: none; text-align: center; background: #222; border-radius: 5px 0px 0px 5px; + min-width: 75px; padding: 10px 0px; } + .post_upvote { + display: none; + } + .post_score { - margin: 5px 0px; + margin: auto; } .post_right {