Display pinned pages in a separate section

.page-list-item.pin + .page-list-item:not(.pin) {
  	clear: both;
}
  • 20220409
    • No longer necessary as it has been officially implemented.