This commit is contained in:
Ryan Stafford 2024-07-09 22:07:34 -04:00
parent 2bd6cafa9d
commit 313265a1fa

View file

@ -91,8 +91,7 @@ summary {
display: unset; display: unset;
} }
.comment.hidden { .comment.hidden {
padding-bottom:2px; padding-bottom:6px;
padding-left: 4px;
} }
.comment.hidden .score form input { .comment.hidden .score form input {
display: none; display: none;
@ -188,13 +187,12 @@ summary {
.comment { .comment {
overflow: hidden; overflow: hidden;
font-size: 14px; font-size: 14px;
margin: 5px 0px 8px 0px; margin: 5px 0px 0px 0px;
border: 1px solid #e6e6e6; border: 1px solid #e6e6e6;
border-radius: 3px; border-radius: 3px;
padding: 7px 7px 0px 0px; padding: 7px 7px 7px 0px;
} }
.activity .comment { .activity .comment {
border: 0px;
margin-top: 1px; margin-top: 1px;
} }
.comment img { .comment img {
@ -281,7 +279,7 @@ form.savecomment {
margin: 0px 0px 5px 0px; margin: 0px 0px 5px 0px;
} }
.comment .children { .comment .children {
margin: 3px 0px 5px 30px; margin: 0px 0px 0px 30px;
} }
.savecomment textarea { .savecomment textarea {
margin: 5px 0px; margin: 5px 0px;
@ -344,6 +342,7 @@ form.savecomment {
height: 15px; height: 15px;
clear: left; clear: left;
font-size: 10px; font-size: 10px;
margin-top: 7px;
} }
.morecomments a { .morecomments a {
color: #336699; color: #336699;
@ -476,7 +475,7 @@ form.nsfw div {
width: 100%; width: 100%;
} }
.comment .buttons { .comment .buttons {
margin: 4px 0px 4px 0px; margin: 4px 0px 0px 0px;
line-height: 16px; line-height: 16px;
} }
.comment.hidden .buttons { .comment.hidden .buttons {