We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a351 commit a6a8f98Copy full SHA for a6a8f98
book2/book2.view.css
@@ -78,6 +78,10 @@
78
display: contents;
79
}
80
81
+[mol_book2] [mol_book2] > [mol_book2_placeholder] {
82
+ display: none;
83
+}
84
+
85
[mol_book2] > *:not([mol_book2]):first-child {
86
scroll-snap-align: start;
87
book2/book2.view.tree
@@ -2,7 +2,7 @@ $mol_book2 $mol_scroll
2
menu_title \
3
sub /$mol_view
4
^ pages /$mol_view
5
- ^ placeholders /$mol_view_content
+ ^ placeholders /$mol_view
6
<= Placeholder null
7
minimal_width 0
8
Gap* $mol_view title \
0 commit comments