diff options
| author | mrpaulblack <paul@paulgo.io> | 2023-05-28 00:37:25 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-05-28 12:19:32 +0200 |
| commit | f087959b02d812651f5dcec30c84daacb08f27c0 (patch) | |
| tree | e5d3338b1fbb319b7601968c8ad5b2ce04bafb01 /searx/templates/simple/results.html | |
| parent | b7e315563d2401e6fb659fcfcb361e6d5bb915d5 (diff) | |
[mod] simple theme: build design for details (collapsables)
* set border top and bottom on sidebar collasables
* inrease peading on summary so its easier to click on mobile
* remove margins and add flex wrapper to normalize elements in sidebar
Diffstat (limited to 'searx/templates/simple/results.html')
| -rw-r--r-- | searx/templates/simple/results.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html index f29361ac7..edd0ebfbc 100644 --- a/searx/templates/simple/results.html +++ b/searx/templates/simple/results.html @@ -41,7 +41,7 @@ {%- if infoboxes -%} <div id="infoboxes"> - <details open> + <details open class="sidebar-collapsable"> <summary class="title">{{ _('Info') }}</summary> {%- for infobox in infoboxes -%} {%- include 'simple/elements/infobox.html' -%} @@ -66,6 +66,7 @@ {%- include 'simple/elements/apis.html' -%} {%- endif -%} + <div id="sidebar-end-collapsable"></div> </div> {% if corrections %} |