mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02: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:
parent
be4d219ae7
commit
a71b326d9e
11 changed files with 110 additions and 48 deletions
|
@ -41,5 +41,9 @@ if(searx.autocompleter) {
|
|||
}
|
||||
});
|
||||
|
||||
if (!!('ontouchstart' in window)) {
|
||||
document.getElementsByTagName("html")[0].className += " touch";
|
||||
}
|
||||
|
||||
})(window, document);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue