mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 06:34:11 +02:00
[simple theme] define device width with less vars in defenition.less
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user