settings
他人のもの使ったり
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
code:style.css
/* 最大画像サイズ制御 */
.line img.image {
max-width: 512px;
max-height: 50vh;
}
.full-content-modal .modal-dialog .modal-content .modal-body .full-content {
max-height: 90vh;
}
@media (max-width: 767px) {
.line img.image {
max-width: 100%;
max-height: 75vh;
}
}