Fix disabled lite comment style (fix #2185)

This commit is contained in:
the1812 2021-09-07 21:41:08 +08:00
parent 2003cf97d4
commit f6e0a82dd4
2 changed files with 6 additions and 2 deletions

2
min/comment.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -173,12 +173,16 @@
background-color: #fff;
}
.comment-submit {
height: 64px !important;
padding: 4px 15px !important;
position: relative !important;
right: 0 !important;
margin-left: 10px !important;
}
// .comment-submit,
.textarea-container .baffle {
line-height: 65px !important;
}
.textarea-container .baffle,
.textarea-container .ipt-txt {
height: 65px !important;
width: calc(100% - 80px) !important;