mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 00:52:22 +02:00
Theme: add a preference to center the results (Oscar) (2nd edition)
related to * #1169 * #1281 * #1286
This commit is contained in:
parent
43b8b64866
commit
8a85d1b0c7
8 changed files with 174 additions and 3 deletions
|
@ -184,6 +184,7 @@ SCHEMA = {
|
|||
'theme_args': {
|
||||
'simple_style': SettingsValue(SIMPLE_STYLE, 'auto'),
|
||||
},
|
||||
'center_aligment': SettingsValue(bool, False),
|
||||
'results_on_new_tab': SettingsValue(bool, False),
|
||||
'advanced_search': SettingsValue(bool, False),
|
||||
'query_in_title': SettingsValue(bool, False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue