ProjectHome-Toolbar
Project Title
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; }
プロジェクトタイトルをメニューバー上に移動
style.css
.quick-launch .project-home {
position: fixed;
top: -2px;
left: 42px;
z-index: 1000;
}