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
![](https://i.ibb.co/CsYPXJ8/image.png)
![](https://i.ibb.co/Kwwb1CK/image.png)
## Features

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {