mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Theme: add a preference to center the results (Oscar) (2nd edition)
related to * #1169 * #1281 * #1286
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user