mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[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
This commit is contained in:
committed by
Markus Heiser
parent
b7e315563d
commit
f087959b02
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user