Skip to content

Commit

Permalink
优化评论显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Zisbusy committed Jul 4, 2020
1 parent 3cbcbe7 commit 6ef1c3f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Akina/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2997,11 +2997,13 @@ line-height: 30px; } }
line-height: 26px; } }

.comment .body > *:last-child {
margin-bottom: 0; }
margin-bottom: 0;
margin-left: 60px;
}

.comment .profile {
float: left;
width: 6%;
width: 5%;
margin-right: 2%;
}

Expand Down Expand Up @@ -3111,6 +3113,9 @@ width:41px }
width: 89%; }

@media (max-width: 880px) {
.comment .body > *:last-child {
margin-left: 0px;
}
.comment .isauthor i {
display:none
}
Expand Down

0 comments on commit 6ef1c3f

Please sign in to comment.