UserCSS:ページリストを横長にする
code:stylexx.css
.two-two {
width: 27.5vw;
height: 8.5vw;
}
.two-two .icon {
padding-top: 30px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 27.5vw;
height: 8.5vw;
}
code:stylexx.css
.two-two {
width: 18vw;
height: 5vw;
}
.two-two .icon {
padding-top: 30px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 18vw;
height: 5vw;
}
code:style.css
.two-two {
width: 60vw;
height: 8.5vw;
}
.two-two .icon {
padding-top: 30px;
}
.two-two .title {
height: 0px;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 60vw;
height: 8.5vw;
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-ページリストを横長にする-1572B6.svg?logo=css3&style=for-the-badge