mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update reply editor styles
This commit is contained in:
parent
5eae2c690e
commit
d4579de536
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user