mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix search on M+ screens for HP; make typing faster in HP terminal
This commit is contained in:
@@ -29,7 +29,7 @@ $(document).ready(function() {
|
||||
display: null,
|
||||
customClass: "visible",
|
||||
duration: 0,
|
||||
stagger: 60,
|
||||
stagger: 30,
|
||||
delay: 0,
|
||||
complete: function() {
|
||||
badge.addClass('bounceIn');
|
||||
|
||||
@@ -62,7 +62,7 @@ ul.animated {
|
||||
right: 1em;
|
||||
top: .25em;
|
||||
+ #site-search-form {
|
||||
@include MQ(XL) {
|
||||
@include MQ(L) {
|
||||
right: .6em;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user