supMDX/styles/nav.pc.sass
2022-11-04 21:47:43 +09:00

32 lines
522 B
Sass

// SPDX-License-Identifier: MIT
// Copyright (c) 2022 sup39
nav
width: var(--nav-width)
overflow: auto
position: fixed
left: 0
top: 0
bottom: 0
border-bottom: none
border-right: 1px solid var(--bd)
padding: 1em 1em
header
margin-bottom: 1em
.menu-toggle
display: none
.nav-root
height: auto
opacity: 1
visibility: visible
main, footer
margin-left: var(--nav-width)
main
padding: 24px 32px
*:hover > a.anchor:before
visibility: visible
.mobile-only
display: none