Vanessa 2024-06-27 10:33:06 +08:00
parent 4fd844f48c
commit b73fa77f2b
10 changed files with 41 additions and 23 deletions

View file

@ -475,15 +475,6 @@
}
}
html .protyle-wysiwyg [data-node-id]:last-child [spellcheck][contenteditable="true"]:empty:before {
content: "Enter text";
color: var(--b3-empty-color);
}
html[lang="zh_CN"] .protyle-wysiwyg [data-node-id]:last-child [spellcheck][contenteditable="true"]:empty:before {
content: "键入文字";
}
.av__views .block__icon {
opacity: 1;
}

View file

@ -5,6 +5,11 @@
user-select: auto;
overflow-x: clip;
&--empty:empty:before {
color: var(--b3-empty-color);
content: attr(placeholder);
}
.protyle-breadcrumb__bar {
font-size: 14px;
}