サムネイル画像が無いページは一覧表示させないUserCSS
from
→
/noratetsu/●特定のページをページ一覧で非表示にする
code:style.css
.page-list .grid li.page-list-item:has( div.description ) {
display: none;
}
cf.
https://developer.mozilla.org/ja/docs/Web/CSS/:has
#UserCSS