settings
code:_style.css
/* 一覧カードを小さくする */
.two-two {
width: 150px !important;
height: 110px !important;
}
.two-two .icon {
padding-top: 30px !important;
}
.two-two .title {
height: 0px !important;
}
.page-list ul.grid li,
div.related-page-list li.page-list-item,
div.related-page-list li.relation-label {
width: 180px;
height: 110px;
}
.col-page {
max-width: 90%;
}
.header {
font-size: 12px;
}
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
無効化しました
.two-two ってなんだろう…?
.two-twoというのは左上の大きめなカードを表すclassNameです
今はもう使われていなさそう