mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
Add option to hide posts upvotes and comments points
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
.link
|
||||
if user_preferences.show_upvotes === 'false'
|
||||
style.
|
||||
.upvotes {
|
||||
display: none;
|
||||
}
|
||||
.upvotes
|
||||
.arrow
|
||||
span #{kFormatter(link.ups)}
|
||||
|
||||
Reference in New Issue
Block a user