mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[mod] default template modifications
- more smartphone friendly - more text browser friendly - next button always on the right - in case of small screen supporting touch event, categories are displayed on one line with a scroll
This commit is contained in:
@@ -41,5 +41,9 @@ if(searx.autocompleter) {
|
||||
}
|
||||
});
|
||||
|
||||
if (!!('ontouchstart' in window)) {
|
||||
document.getElementsByTagName("html")[0].className += " touch";
|
||||
}
|
||||
|
||||
})(window, document);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user