Display pinned pages in a separate section
- cf. /aioilight/settings style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
- 20220409
- No longer necessary as it has been officially implemented.
Search
Oct 25, 2024, 1 min read
Display pinned pages in a separate section
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}