@micro-app/plugin-vuepress
Version:
[Plugin] adapter vuepress plugin.
27 lines (20 loc) • 520 B
text/stylus
.navbar-inner
max-width $maxWidth;
.main-wrapper
display: flex;
align-items: stretch;
.aside
transition: all .3s;
width: 'calc((100% - %s)/2 + %s)' % ($maxWidth $sidebarWidth);
min-width: $sidebarWidth;
padding-left: 'calc((100% - %s)/2)' % $maxWidth;
.main-content
margin: 0 auto;
width: 'calc(100% - %s)' % $sidebarWidth;
.theme-container.no-sidebar
.main-wrapper
flex-direction: column;
.aside
display: none;
.contains-task-list
list-style: none;