settings
こうしたい
使わないUIは消す
文字はくっきり大きく
navbarは固定
code: style.css
/* Light grey background */
body {
}
.navbar{
padding-top: 8px;
}
.dropdown-menu{
z-index: 2000;
}
.editor{
font-size: 20px;
}
.editor, .stream, .line .section-0 {
line-height:2em !important;
}
/* 行間増やすとlist-discが上にずれてしまう */
.line .indent-mark .dot{
top: 16px;
}
.new-button{
display: none;
}
.app {
padding-top: 0;
}
/* telomere */
.telomere-border {
}
.telomere-border.unread {
}
/* Disable shadow */
.page {
box-shadow: none;
}
/* Show navbar only on hover */
.navbar{
position: static;
background-color: transparent;
border-bottom: none;
}
.page-menu {
opacity: 0; /* Set this to 0 if you want a complete 無 */
transition: opacity 0.5s;
}
.navbar:hover, .page-menu:hover {
opacity: 1;
}
/* Add frame to image so that white image is distinguishable from white background */
.image {
border-radius: 3px;
}