mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-07 00:13:33 +00:00
Excess comments (defaults to any over 3) are now hidden by default.
They can be shown by clicking on the 'show comments' link.
This commit is contained in:
@@ -243,6 +243,7 @@ pre code {
|
||||
.post-comments ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.post-comments li {
|
||||
@@ -275,6 +276,10 @@ li .post-comment-metadata {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.show-comments {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.user-card {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user