summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/search.less
diff options
context:
space:
mode:
authorMrPaulBlack <paul.accounts@protonmail.com>2021-10-18 21:57:32 +0200
committerMrPaulBlack <paul.accounts@protonmail.com>2021-10-18 21:57:32 +0200
commit6204ef665f5418ed7b4b188e04d36f3c685f5fd3 (patch)
tree3e0407b44a6bc19349f75f7190be85f8a4cec1ce /searx/static/themes/simple/src/less/search.less
parent32fb2bdf857aca1e38ac4186af06bac0540fe311 (diff)
[simple theme] define device width with less vars in defenition.less
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r--searx/static/themes/simple/src/less/search.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less
index 36f0011e1..5e8888f0b 100644
--- a/searx/static/themes/simple/src/less/search.less
+++ b/searx/static/themes/simple/src/less/search.less
@@ -103,7 +103,7 @@
vertical-align: middle;
}
-@media screen and (max-width: 80em) {
+@media screen and (max-width: @tablet) {
#search {
padding: 0 @results-tablet-offset;
}
@@ -145,7 +145,7 @@
}
}
-@media screen and (max-width: 50em) {
+@media screen and (max-width: @phone) {
#search {
width: 100%;
margin: 0;