summaryrefslogtreecommitdiff
path: root/searx/static/default/less
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-10-05 13:37:26 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-10-05 13:37:26 +0200
commitc58e5a236ae56b7e0c66c39f2234627234cf562b (patch)
tree371f5cb63bd7528d6f4f89000347909b13e3e196 /searx/static/default/less
parent5d7b63223fc9242a5be030851d3f6f3dc05d7c8b (diff)
[fix] preferences button display
Diffstat (limited to 'searx/static/default/less')
-rw-r--r--searx/static/default/less/style.less15
1 files changed, 8 insertions, 7 deletions
diff --git a/searx/static/default/less/style.less b/searx/static/default/less/style.less
index 091728603..c43c0fe72 100644
--- a/searx/static/default/less/style.less
+++ b/searx/static/default/less/style.less
@@ -529,6 +529,14 @@ tr {
border-bottom: 0;
}
}
+
+ .right {
+ display: none;
+ postion: fixed !important;
+ top: 100px;
+ right: 0px;
+ }
+
}
@media screen and (max-width: 75em) {
@@ -558,13 +566,6 @@ tr {
}
}
- .right {
- display: none;
- postion: fixed !important;
- top: 100px;
- right: 0px;
- }
-
#sidebar {
position: static;
max-width: @results-width;