[build] /static

This commit is contained in:
MrPaulBlack 2021-11-11 22:28:09 +01:00
parent a80b5dc110
commit 9badec0260
8 changed files with 18 additions and 2 deletions

View File

@ -2513,7 +2513,7 @@ article.result-images .detail {
flex-direction: row; flex-direction: row;
} }
#q { #q {
width: auto !important; width: 100%;
flex: 1; flex: 1;
} }
#main_results #q:placeholder-shown ~ #send_search { #main_results #q:placeholder-shown ~ #send_search {
@ -2536,6 +2536,14 @@ article.result-images .detail {
padding: 10px !important; padding: 10px !important;
} }
} }
@media screen and (max-width: 20rem) {
#search {
grid-template-areas: "search search" "categories categories";
}
#search_logo {
display: none;
}
}
#categories { #categories {
margin: 0 10px 0 0; margin: 0 10px 0 0;
-webkit-touch-callout: none; -webkit-touch-callout: none;

View File

@ -2513,7 +2513,7 @@ article.result-images .detail {
flex-direction: row; flex-direction: row;
} }
#q { #q {
width: auto !important; width: 100%;
flex: 1; flex: 1;
} }
#main_results #q:placeholder-shown ~ #send_search { #main_results #q:placeholder-shown ~ #send_search {
@ -2536,6 +2536,14 @@ article.result-images .detail {
padding: 10px !important; padding: 10px !important;
} }
} }
@media screen and (max-width: 20rem) {
#search {
grid-template-areas: "search search" "categories categories";
}
#search_logo {
display: none;
}
}
#categories { #categories {
margin: 0 10px 0 0; margin: 0 10px 0 0;
-webkit-touch-callout: none; -webkit-touch-callout: none;

Binary file not shown.