2021-07-03
下側のページングが不便なので、拡張のstylusで上側に移動した。
クリックのたびにカーソル動かさなくていいので楽ちん。
一応、以下は手順。
1.拡張を入れる
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=ja
2.以下のCSSを登録する。
.sibling {
position: absolute;
width: 620px;
margin-top: 0;
top: 108px;
}
article {
margin-top: 80px;
}
適用先は enigmatic-brushlands-82725.herokuapp.com
3.完成