mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] preferences button display
This commit is contained in:
parent
5d7b63223f
commit
c58e5a236a
2 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue