Skip to content

Commit a6a8f98

Browse files
committed
$mol_book2 hide placeholders in subbooks
1 parent 853a351 commit a6a8f98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

book2/book2.view.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
display: contents;
7979
}
8080

81+
[mol_book2] [mol_book2] > [mol_book2_placeholder] {
82+
display: none;
83+
}
84+
8185
[mol_book2] > *:not([mol_book2]):first-child {
8286
scroll-snap-align: start;
8387
}

book2/book2.view.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $mol_book2 $mol_scroll
22
menu_title \
33
sub /$mol_view
44
^ pages /$mol_view
5-
^ placeholders /$mol_view_content
5+
^ placeholders /$mol_view
66
<= Placeholder null
77
minimal_width 0
88
Gap* $mol_view title \

0 commit comments

Comments
 (0)