Skip to content

Commit

Permalink
1.4.2更新
Browse files Browse the repository at this point in the history
1.4.2更新
  • Loading branch information
wehaox committed Feb 24, 2022
1 parent 949bddf commit 9c8c9d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@
.comment-reply a{
color: var(--btn-color);
}

#cancel-comment-reply-link{
position: absolute;
margin-top: 5px;
right: 5px;
}

.cancel-comment-reply{
position: relative;
text-align: right;
}
#post-comment {
Expand All @@ -89,7 +97,7 @@
color: var(--font-color);;
padding-left: 50px;
}
.comment-content p > img {
.comment-content img {
width: 100%;
}
.text{
Expand Down

0 comments on commit 9c8c9d8

Please sign in to comment.