mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[build] /static
This commit is contained in:
parent
a80b5dc110
commit
9badec0260
8 changed files with 24 additions and 8 deletions
|
@ -2513,7 +2513,7 @@ article.result-images .detail {
|
|||
flex-direction: row;
|
||||
}
|
||||
#q {
|
||||
width: auto !important;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
#main_results #q:placeholder-shown ~ #send_search {
|
||||
|
@ -2536,6 +2536,14 @@ article.result-images .detail {
|
|||
padding: 10px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 20rem) {
|
||||
#search {
|
||||
grid-template-areas: "search search" "categories categories";
|
||||
}
|
||||
#search_logo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#categories {
|
||||
margin: 0 10px 0 0;
|
||||
-webkit-touch-callout: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2513,7 +2513,7 @@ article.result-images .detail {
|
|||
flex-direction: row;
|
||||
}
|
||||
#q {
|
||||
width: auto !important;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
#main_results #q:placeholder-shown ~ #send_search {
|
||||
|
@ -2536,6 +2536,14 @@ article.result-images .detail {
|
|||
padding: 10px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 20rem) {
|
||||
#search {
|
||||
grid-template-areas: "search search" "categories categories";
|
||||
}
|
||||
#search_logo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#categories {
|
||||
margin: 0 10px 0 0;
|
||||
-webkit-touch-callout: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue