summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/search.less
diff options
context:
space:
mode:
authorormai <mariodandrea@mailfence.com>2023-09-10 21:31:34 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-19 20:15:51 +0200
commita76c8e4101dceb68cf7d846868e5e50e54461b08 (patch)
treefc7b208d858f95ca6282c5c2616dc972f1864323 /searx/static/themes/simple/src/less/search.less
parent33496e7f51052c35a471e2e249918add7b3c866b (diff)
Improve the layout of the search page on mobile
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r--searx/static/themes/simple/src/less/search.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less
index 4b5ef3b94..34170756f 100644
--- a/searx/static/themes/simple/src/less/search.less
+++ b/searx/static/themes/simple/src/less/search.less
@@ -90,6 +90,7 @@ button.category_button {
}
#search_logo {
+ padding: 0.5rem 10px 0 10px;
grid-area: logo;
display: flex;
align-items: center;
@@ -122,6 +123,7 @@ button.category_button {
}
#search_view {
+ padding: 0.5rem 2.8rem 0 0;
grid-area: search;
}
@@ -281,7 +283,6 @@ html.no-js #clear_search.hide_if_nojs {
.search_box {
width: 98%;
display: flex;
- margin: 0 auto;
}
#q {
@@ -290,7 +291,8 @@ html.no-js #clear_search.hide_if_nojs {
}
.search_filters {
- margin: 0;
+ margin: 0 10px;
+ padding: 0.5rem 0;
}
.category {