mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
add a feature for showing upvote ratio in posts #147
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user