fix: emoji fix

This commit is contained in:
tim
2025-08-06 19:26:35 +08:00
parent 6a1b71de0f
commit 05dbeccdd7
4 changed files with 16 additions and 8 deletions

View File

@@ -71,6 +71,16 @@ body {
top: var(--header-height) !important;
}
.vditor-panel {
min-width: 400px;
}
.emoji {
width: 20px;
height: 20px;
vertical-align: middle;
}
/* .vditor {
--textarea-background-color: transparent;
border: none !important;