scrapbox-header-home-link
ページ左上のプロジェクトホームへのリンクをヘッダーに表示する。
スマホなど横幅が狭い場合は無効。
code:style.css
.quick-launch .left-box-x {
position: fixed;
top: -2px;
left: 20px;
z-index: 1000;
}
@media screen and (min-width: 767px) {
.quick-launch .left-box {
position: fixed;
top: -2px;
left: 60px;
z-index: 1000;
}
}
参考