add a feature for showing upvote ratio in posts #147

This commit is contained in:
teddit
2021-03-18 18:31:41 +01:00
parent bd4bc75298
commit 465e599dee
6 changed files with 31 additions and 0 deletions

View File

@@ -698,6 +698,11 @@ footer a {
font-weight: bold;
font-size: small;
}
#post .ratio {
font-size: 0.6rem;
display: block;
padding: 4px 0px 5px 0px;
}
#post .title {
float: left;
width: calc(100% - 60px);