summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-07-07 09:43:12 +0200
committerGitHub <noreply@github.com>2022-07-07 09:43:12 +0200
commitdf837d8b1b45d7386a1ab81f9b5da04baedc6274 (patch)
treea7ce3e439e7d7d8fd1cd8598bf23ed8c934c63b0 /docs
parente524358426ffeb5a8bdefef429e5e7611a1c0c35 (diff)
parentd8de994e0fd0abd42172bbae7026e04082708fe9 (diff)
downloadsearxng-df837d8b1b45d7386a1ab81f9b5da04baedc6274.tar.gz
searxng-df837d8b1b45d7386a1ab81f9b5da04baedc6274.zip
Merge pull request #1428 from return42/fix-center_aligment
fix typo and document preference 'center_alignment' in the 'ui' section
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/engines/settings.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst
index ac0d3b4cc..cd98c7af6 100644
--- a/docs/admin/engines/settings.rst
+++ b/docs/admin/engines/settings.rst
@@ -230,6 +230,7 @@ Global Settings
ui:
default_locale: ""
query_in_title: false
+ center_alignment: false
default_theme: simple
theme_args:
simple_style: auto
@@ -240,16 +241,21 @@ Global Settings
specific instance of searx, a locale can be defined using an ISO language
code, like ``fr``, ``en``, ``de``.
+``query_in_title`` :
+ When true, the result page's titles contains the query it decreases the
+ privacy, since the browser can records the page titles.
+
+``center_alignment`` : default ``false``
+ When enabled, the results are centered instead of being in the left (or RTL)
+ side of the screen. This setting only affects the *desktop layout*
+ (:origin:`min-width: @tablet <searx/static/themes/simple/src/less/definitions.less>`)
+
``default_theme`` :
Name of the theme you want to use by default on your SearXNG instance.
``theme_args.simple_style``:
Style of simple theme: ``auto``, ``light``, ``dark``
-``query_in_title`` :
- When true, the result page's titles contains the query it decreases the
- privacy, since the browser can records the page titles.
-
``results_on_new_tab``:
Open result links in a new tab by default.