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

View File

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