settings
code:style.csssss
/* はりつくメニューバー */
@media screen and (min-height: 600px) and (min-width: 768px) {
body:not(.presentation) { padding-top: 80px }
body:not(.presentation) .page-menu { top: 60px }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: hidden }
.dropdown.open .dropdown-menu { position: fixed; left: auto; top: auto; z-index: 1010 }
.page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 }
}
code:style.css
@media screen and (min-height: 600px) and (min-width: 768px) {
.app:not(.presentation) { padding-top: 90px; padding-right: 0 !important }
.app:not(.presentation) .page-menu { position: fixed; top: 90px }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: unset }
.dropdown.open .dropdown-menu {
position: absolute; left: auto; top: auto;
max-height: calc(100vh - 100px); overflow-y: auto }
.dropdown.open .dropdown-menu.global-menu { left: 0; top: 54px }
.page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 } }
code:style.css
.unread {
width: 0px !important;
border-right-width: 2px !important;
border-left-width: 10px !important; /* テロメアの太さ最大値 */
border-right-color: #000 !important; border-left-color: #8f9899 !important; }
.unread:hover {
width: auto !important;
border-right: 0 !important;
}