mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-21 22:15:04 -04:00
show number of comments in post view
This commit is contained in:
Vendored
+5
@@ -702,6 +702,11 @@ input[type="submit"]:hover,
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#post .comments-info {
|
||||
float: left;
|
||||
width: calc(100% - 30px);
|
||||
margin: 10px 0px 10px 30px;
|
||||
}
|
||||
#post .comment .meta p.stickied {
|
||||
color: green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user