[enh] oscar: image thumbnail layout

Adjust thumbnail sizes to fill the container width
This commit is contained in:
Alexandre Flament 2021-03-22 12:00:48 +01:00
parent ba90c5a2e0
commit 7a0fbdecc4
25 changed files with 513 additions and 230 deletions

View file

@ -11,7 +11,7 @@ module.exports = function(grunt) {
}
},
jshint: {
files: ['js/searx_src/*.js', 'js/searx_header/*.js'],
files: ['js/searx_src/*.js', 'js/searx_header/*.js', '../__common__/js/*.js'],
options: {
reporterOutput: "",
proto: true,
@ -30,7 +30,7 @@ module.exports = function(grunt) {
},
files: {
'js/searx.head.js': ['js/searx_head/*.js'],
'js/searx.js': ['js/searx_src/*.js']
'js/searx.js': ['js/searx_src/*.js', '../__common__/js/*.js']
}
}
},