mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
This commit is contained in:
parent
7a6ea5f221
commit
46b828def9
1 changed files with 9 additions and 11 deletions
|
|
@ -53,19 +53,17 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
&--hide {
|
||||
.protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
|
||||
display: none;
|
||||
}
|
||||
&--hide span[data-type~=mark] {
|
||||
transition: var(--b3-transition);
|
||||
color: transparent !important;
|
||||
}
|
||||
|
||||
.li > .list {
|
||||
display: none;
|
||||
}
|
||||
&--hideli .li > .list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span[data-type~=mark] {
|
||||
transition: var(--b3-transition);
|
||||
color: transparent !important;
|
||||
}
|
||||
&--hidesb .protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue