Update reply editor styles

This commit is contained in:
the1812 2024-08-14 23:06:14 +08:00
parent 5eae2c690e
commit d4579de536

View File

@ -10,21 +10,25 @@ $prefix: 'simplifyComments-switch';
}
}
&:host-context(body.#{$prefix}-replyEditor):host(bili-comment-box) {
#pub button {
font-size: 14px;
&:host-context(body.#{$prefix}-replyEditor) {
&:host(bili-comment-box) {
#pub button {
font-size: 14px;
}
}
#label {
font-size: 15px;
&:host(bili-checkbox) {
#label {
font-size: 15px;
}
}
}
&:host-context(body.#{$prefix}-replyEditor):host(bili-comment-textarea) {
#input {
font-size: 13px;
}
#input,
#input::placeholder {
line-height: normal;
&:host(bili-comment-textarea) {
#input {
font-size: 13px;
}
#input,
#input::placeholder {
line-height: normal;
}
}
}
&:host-context(body.#{$prefix}-userLevel):host(bili-comment-user-info) {