Adjust sidebar lug size and reduce flyout delay
This commit is contained in:
parent
61b0d8aa90
commit
2e5515274e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
var delay = 600;
|
||||
var delay = 300;
|
||||
|
||||
if ($layout.hasClass('menu-hovered')) {
|
||||
delay = 0;
|
||||
|
|
Loading…
Reference in New Issue