diff options
author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-25 18:29:12 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-27 12:26:54 +0200 |
commit | b6ae1f1c7a82797ec8af52569d52920ccf5e562f (patch) | |
tree | 9a91156c69eb4c3ae267043c0463aa1484225fe2 /searx/static/themes/simple/src/less/toolkit.less | |
parent | 859179f0c9f03c3d719980cb8f89166e196d78d0 (diff) | |
download | searxng-b6ae1f1c7a82797ec8af52569d52920ccf5e562f.tar.gz searxng-b6ae1f1c7a82797ec8af52569d52920ccf5e562f.zip |
[theme] margin around checkboxes is bigger now, index centers the search more and the pref, stats and about page have a max-width now
Diffstat (limited to 'searx/static/themes/simple/src/less/toolkit.less')
-rw-r--r-- | searx/static/themes/simple/src/less/toolkit.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/toolkit.less b/searx/static/themes/simple/src/less/toolkit.less index 7299e2574..e9e88e7e0 100644 --- a/searx/static/themes/simple/src/less/toolkit.less +++ b/searx/static/themes/simple/src/less/toolkit.less @@ -348,7 +348,7 @@ select { width: 40px; height: 10px; background: #dcdcdc; - margin: 8px auto; + margin: 8px 1rem; position: relative; border-radius: 50px; |