logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 2af16fe764c8d46616dce6c1b5a8352cd5efc71c
parent: bec9906b9e0424ea879e6d2dbd425a410ed8e929
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed, 31 Jan 2018 18:12:32 +0100

Merge pull request #1166 from IceGiant/img-results-aspect-ratio

Preserve image aspect ratio in results

Diffstat:

Msearx/static/themes/oscar/less/pointhi/results.less2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/static/themes/oscar/less/pointhi/results.less b/searx/static/themes/oscar/less/pointhi/results.less @@ -33,12 +33,12 @@ // image formating of results .result-images { float: left !important; + height: 138px; } .img-thumbnail { margin: 5px; max-height: 128px; - min-height: 128px; } // video formating of results