Vanessa 2023-10-04 11:32:25 +08:00
parent c8908cf13c
commit 828eeee4be
10 changed files with 37 additions and 4 deletions

View file

@ -81,6 +81,10 @@
&--hidesb .protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
display: none;
}
&--hideh .protyle-wysiwyg > div[data-type="NodeHeading"] ~ div {
display: none;
}
}
}