Adjust sidebar lug size and reduce flyout delay

This commit is contained in:
Jennifer Mourek 2019-03-11 16:19:21 +01:00
parent 61b0d8aa90
commit 2e5515274e
2 changed files with 8 additions and 2 deletions

View File

@ -429,7 +429,7 @@ input[type=text].search-input {
padding: 0;
color: @gray-light;
position: absolute;
bottom: 0;
bottom: 0.2em;
right: 0;
i {
@ -457,3 +457,9 @@ input[type=text].search-input {
#open-sidebar {
display: none;
}
#open-sidebar:before,
#close-sidebar:before {
width: 1.4em;
margin-right: 0;
}

View File

@ -231,7 +231,7 @@
return;
}
var delay = 600;
var delay = 300;
if ($layout.hasClass('menu-hovered')) {
delay = 0;