Fix medal style (#4895)

This commit is contained in:
the1812 2024-09-10 22:48:31 +08:00
parent b512fc6b4e
commit 91329e21a4

View File

@ -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;
}
}
}
}