mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[theme] optimize switching between different device types
This commit is contained in:
parent
385dce213b
commit
859179f0c9
3 changed files with 20 additions and 24 deletions
|
|
@ -104,7 +104,7 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1250px) {
|
||||
@media screen and (max-width: 80em) {
|
||||
#search {
|
||||
padding: 0 @results-tablet-offset;
|
||||
}
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @results-width) {
|
||||
@media screen and (max-width: 50em) {
|
||||
#search {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue