settings
code:style.css
.page-list .grid {
position: relative;
}
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
position: static;
}
.page-list-item.pin + .page-list-item:not(.pin):before {
content: "";
position: absolute;
display: block;
border-top: solid 1px black;
width: calc(100% - calc(14.8px * 2.5));
margin-top: -7px;
}