master
xaoxuu 4 years ago
parent 2255c4c65f
commit d208752dc9
  1. 2
      source/css/_layout/sidebar.styl
  2. 1
      source/css/_layout/toc.styl

@ -10,6 +10,8 @@
overflow: hidden
>.content
max-height: "calc(100vh - %s)" % ($gap * 5 + $navbar-height)
@media screen and (max-width: $device-tablet)
max-height: none
overflow: auto
scrollbar()
text-align: justify

@ -12,6 +12,7 @@
top: 0
padding-bottom: $gap * 0.25
.content
max-height: "calc(100vh - %s)" % ($gap * 5 + $navbar-height)
a
border-left: $border-line solid transparent
&:hover

Loading…
Cancel
Save