mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
7f2d191c67
commit
ee46258046
1 changed files with 11 additions and 0 deletions
|
|
@ -453,6 +453,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
html[lang="en_US"] .protyle-wysiwyg [spellcheck]:empty:before {
|
||||
content: "Enter text";
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
}
|
||||
|
||||
html[lang="zh__CN"] .protyle-wysiwyg [spellcheck]:empty:before {
|
||||
content: "键入文字";
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 620px) {
|
||||
.protyle-wysiwyg [data-node-id].sb[data-sb-layout="col"] {
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue