Increase the Header's autohiding delay & transition time.
Increase the Header's autohiding toggle sensibility.
This commit is contained in:
parent
6542acc378
commit
b36b9540d3
File diff suppressed because one or more lines are too long
@ -119,8 +119,8 @@ a[href="javascript:;"] {
|
||||
margin-bottom: -1em;
|
||||
-webkit-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
-webkit-transition: all .75s .25s ease-in-out;
|
||||
transition: all .75s .25s ease-in-out;
|
||||
-webkit-transition: all 2s 2s ease-in-out;
|
||||
transition: all 2s 2s ease-in-out;
|
||||
}
|
||||
#toggle-header-bar {
|
||||
cursor: n-resize;
|
||||
@ -130,6 +130,10 @@ a[href="javascript:;"] {
|
||||
height: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
#header-bar.autohide:not(:hover) #toggle-header-bar, #toggle-header-bar:hover {
|
||||
bottom: -16px;
|
||||
height: 18px;
|
||||
}
|
||||
#header-bar.autohide #toggle-header-bar {
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user