mirror of
https://github.com/searxng/searxng.git
synced 2026-05-31 15:07:17 +02:00
[theme] optimize switching between different device types
This commit is contained in:
committed by
Markus Heiser
parent
385dce213b
commit
859179f0c9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user