カードのピン留めを別の列に表示するUserCSS
#UserCSS
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}