generated at
ProjectHome-Toolbar
Project Title

Scrapboxアイコンをハンバーガーアイコンに置き換え
廃止: #2024/06/06 (Scrapboxの仕様変更のため)
style.css
.brand-icon, .navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
margin-left: 6px;
content: '\f0c9'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 22px; color: #ffffff;
}

プロジェクトタイトルをメニューバー上に移動
更新: #2023/08/28
廃止: #2024/04/18 (Scrapboxの標準でメニューバー上に出るようになったため)
style.css
.quick-launch .project-home {
position: fixed;
top: -2px;
left: 42px;
z-index: 1000;
}