Merge pull request #1 from spikecodes/visible-score

Show post score
This commit is contained in:
Spike 2020-10-03 11:44:46 -07:00 committed by GitHub
commit c02b20d05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 9 deletions

View File

@ -2,7 +2,7 @@
Libre + Reddit = Libreddit Libre + Reddit = Libreddit
![](https://i.ibb.co/CsYPXJ8/image.png) ![](https://i.ibb.co/Kwwb1CK/image.png)
## Features ## Features
@ -46,4 +46,4 @@ Provides:
- Free deployment of app (can be ran without account) - Free deployment of app (can be ran without account)
- Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co) - Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co)
- Supports custom domains - 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)\) -->

View File

@ -89,7 +89,6 @@
} }
.post_left { .post_left {
display: none;
text-align: center; text-align: center;
background: #222; background: #222;
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
@ -97,8 +96,12 @@
padding: 10px 0px; padding: 10px 0px;
} }
.post_upvote {
display: none;
}
.post_score { .post_score {
margin: 5px 0px; margin: auto;
} }
.post_right { .post_right {

View File

@ -114,11 +114,14 @@
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
min-width: 75px; min-width: 75px;
padding: 10px 0px; padding: 10px 0px;
}
.post_upvote {
display: none; display: none;
} }
.post_score { .post_score {
margin: 5px 0px; margin: auto;
} }
.post_right { .post_right {

View File

@ -112,7 +112,6 @@
} }
.post_left { .post_left {
display: none;
text-align: center; text-align: center;
background: #222; background: #222;
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
@ -120,8 +119,12 @@
padding: 10px 0px; padding: 10px 0px;
} }
.post_upvote {
display: none;
}
.post_score { .post_score {
margin: 5px 0px; margin: auto;
} }
.post_right { .post_right {

View File

@ -118,15 +118,19 @@
} }
.post_left { .post_left {
display: none;
text-align: center; text-align: center;
background: #222; background: #222;
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
min-width: 75px;
padding: 10px 0px; padding: 10px 0px;
} }
.post_upvote {
display: none;
}
.post_score { .post_score {
margin: 5px 0px; margin: auto;
} }
.post_right { .post_right {