mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-23 19:40:21 +08:00
Adjust search info appearance, fix Firefox bug
This commit is contained in:
@@ -40,9 +40,6 @@
|
||||
.on('keyup', search)
|
||||
.on('focus', active)
|
||||
.on('blur', inactive);
|
||||
|
||||
$global.on('resize', resize);
|
||||
resize();
|
||||
}
|
||||
|
||||
function search (event) {
|
||||
@@ -93,8 +90,4 @@
|
||||
content.unhighlight(highlightOpts);
|
||||
}
|
||||
|
||||
function resize () {
|
||||
searchInfo.innerWidth(content.innerWidth() - darkBox.innerWidth());
|
||||
}
|
||||
|
||||
})(window);
|
||||
|
||||
Reference in New Issue
Block a user