UserCSS:ページリストの大きさを変える
オリジナル
code:style.css
/* 一覧カードを小さくする */
.two-two {
width: 130px !important;
height: 130px !important;
}
.two-two .icon {
padding-top: 30px !important;
}
.two-two .title {
height: 0px !important;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 130px !important;
height: 130px !important;
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-ページリストの大きさを変える-1572B6.svg?logo=css3&style=for-the-badge