fix(SideBar): .hidden was not working

This commit is contained in:
EnixCoda 2018-06-30 19:47:57 +08:00
parent 8bec682eab
commit 1c76f7d5c3

View file

@ -125,6 +125,10 @@
width: ~'calc((100vw - ' @github-content-width ~') / 2)';
}
&.hidden {
.hidden;
}
.gitako-position-content {
max-width: 100%;
}