未验证 提交 6c50d0f2 编写于 作者: A Amir Ajorloo 提交者: GitHub

Fix closing sidemenu issue. (#5703)

上级 1797c03d
......@@ -19,21 +19,21 @@
height: 100%;
width: $nav-width + 8px;
&.visible {
transition: width .3s;
}
&.hidden {
transition: width .2s;
width: 0;
}
.kd-nav {
background-color: transparent;
font-size: $body-font-size-base;
overflow-y: auto;
white-space: nowrap;
&.visible {
transition: width .3s;
}
&.hidden {
transition: width .2s;
width: 0;
}
.kd-nav-items {
padding: $content-padding 3px $content-padding $content-padding;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册