No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
} |
} |
||
− | .cs-comment |
+ | .cs-comment.cs-reply-comment { |
margin-left: 0px; |
margin-left: 0px; |
||
border-left: 1px solid #00a7d8; |
border-left: 1px solid #00a7d8; |
Revision as of 00:16, 15 October 2023
/* All CSS here will be loaded for users of the Citizen skin */
.cs-stream {
background-color: #1f2b41;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
border-radius: 8px;
}
.cs-head-comment > .cs-comment-header {
border-top: none;
background-color: transparent;
}
.cs-comment-body > p {
margin: 5px;
}
.cs-comment.cs-reply-comment {
margin-left: 0px;
border-left: 1px solid #00a7d8;
}
.cs-reply-comment .cs-comment-body {
padding-left: 15px;
}