settings
https://gyazo.com/ddbb6900483abcb2e6c682c24374d416
code:style.css
@import "/api/code/scrasobox/見える文字数カウンター/style.css";
.new-button { /* 新規ボタンを消す */
visibility: hidden;
}
.editor, .stream {
font-family: "IBM Plex Sans JP", sans-serif !important;
}
.grid li ,.quick-launch .project-home .title {
font-family: "IBM Plex Sans JP", sans-serif !important;
}
.line.line-title .text {
font-weight: 550;
line-height: 1.2em;
font-size: 20px;
}
.line .indent-mark .dot {
//top: 12px;
//width: 8px;
//height: 3px;
//border-radius: 20%;
}
.grid li.page-list-item a {
background-color: snow;
}
//opacity: .5;
background-color: aliceblue;
}
//opacity: .5;
background-color: aliceblue;
}
.grid li.page-list-item a .header .title {
font-size: 11.5px;
line-height: 16.5px !important;
margin-bottom: -10px;
}
.grid li.page-list-item a .title {
max-height: 200px !important;
}
.grid li.page-list-item a .description {
font-size: 10.5px;
line-height: 16px !important;
}
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:nth-child(2n+1) .pad {
}
/*popupmenuのSplit into new pageを消す*/
.selections .popup-menu .button-container .button.split-page-button,
.selections .popup-menu .button-container .button.copy-plain-button
{
display: none !important;
}