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/elements/suggestions.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/elements/suggestions.html')
| -rw-r--r-- | searx/templates/simple/elements/suggestions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/elements/suggestions.html b/searx/templates/simple/elements/suggestions.html index 52d9666bf..077a8ed2d 100644 --- a/searx/templates/simple/elements/suggestions.html +++ b/searx/templates/simple/elements/suggestions.html @@ -1,5 +1,5 @@ <div id="suggestions" role="complementary" aria-labelledby="suggestions-title"> - <details> + <details class="sidebar-collapsable"> <summary class="title" id="suggestions-title">{{ _('Suggestions') }}</summary> <div class="wrapper"> {%- for suggestion in suggestions -%} |