mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
20 lines
262 B
SCSS
20 lines
262 B
SCSS
:host(bili-comment-box) {
|
|
#pub button {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
:host(bili-checkbox) {
|
|
#label {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
:host(bili-comment-textarea) {
|
|
#input {
|
|
font-size: 13px;
|
|
}
|
|
#input,
|
|
#input::placeholder {
|
|
line-height: normal;
|
|
}
|
|
}
|