From 16d05ca285f724ebd86a4a43e677ee08bd395ae0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 8 Feb 2022 17:45:18 +0100 Subject: [mod] simple theme: define a '.show-content-button' With LESS function '.show-content-button' all the *Show-Media* links becomes bottons. Signed-off-by: Markus Heiser --- searx/templates/simple/result_templates/default.html | 2 +- searx/templates/simple/result_templates/videos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/simple/result_templates') diff --git a/searx/templates/simple/result_templates/default.html b/searx/templates/simple/result_templates/default.html index 0033e845b..1f2074ef4 100644 --- a/searx/templates/simple/result_templates/default.html +++ b/searx/templates/simple/result_templates/default.html @@ -3,7 +3,7 @@ {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} {% if result.iframe_src -%} - + {%- endif %} {%- if result.content %}

diff --git a/searx/templates/simple/result_templates/videos.html b/searx/templates/simple/result_templates/videos.html index adbda4063..bfff48d2d 100644 --- a/searx/templates/simple/result_templates/videos.html +++ b/searx/templates/simple/result_templates/videos.html @@ -3,7 +3,7 @@ {{ result_header(result, favicons, image_proxify) }} {{ result_sub_header(result) }} {% if result.iframe_src -%} -

+ {%- endif %} {%- if result.content %}

-- cgit v1.2.3