mirror of
https://github.com/kata0510/Lily58.git
synced 2025-04-29 02:02:59 +00:00
7 lines
135 B
CSS
7 lines
135 B
CSS
.book .book-summary .chapter > .articles {
|
|
display: none;
|
|
}
|
|
|
|
.book .book-summary .chapter.expanded > .articles {
|
|
display: block;
|
|
}
|