mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-21 22:15:04 -04:00
add feature: sort comments in post
This commit is contained in:
Vendored
+18
@@ -692,6 +692,24 @@ input[type="submit"]:hover,
|
||||
width: calc(100% - 30px);
|
||||
margin: 10px 0px 10px 30px;
|
||||
}
|
||||
#post .comments-sort details {
|
||||
float: left;
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#post .comments-sort details ul li.active a {
|
||||
font-weight: bold;
|
||||
}
|
||||
#post .comments-sort details li.active a {
|
||||
font-weight: bold;
|
||||
}
|
||||
#post .comments-sort details {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
#post .comments-sort details ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
#post .comment .meta p.stickied {
|
||||
color: green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user