mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix medal style (#4895)
This commit is contained in:
parent
b512fc6b4e
commit
91329e21a4
@ -21,9 +21,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.chat-input-ctnr-new .medal-section {
|
||||
min-width: 0 !important;
|
||||
max-width: 0 !important;
|
||||
.chat-input-ctnr-new {
|
||||
.medal-section {
|
||||
display: none !important;
|
||||
}
|
||||
.chat-input-new:not(:has(textarea.focus)) {
|
||||
padding-left: 12px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user