forked from Icycoide/searxng
[build] /static
This commit is contained in:
parent
04ab012e03
commit
9bf53ab974
8 changed files with 21 additions and 9 deletions
|
@ -2369,9 +2369,15 @@ article.result-images .detail {
|
|||
}
|
||||
#search_logo {
|
||||
grid-area: logo;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.search_logo_img {
|
||||
width: 40px;
|
||||
#search_logo svg {
|
||||
flex: 1;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 0.5rem 0 auto 0;
|
||||
}
|
||||
.search_categories {
|
||||
grid-area: categories;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2369,9 +2369,15 @@ article.result-images .detail {
|
|||
}
|
||||
#search_logo {
|
||||
grid-area: logo;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.search_logo_img {
|
||||
width: 40px;
|
||||
#search_logo svg {
|
||||
flex: 1;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 0.5rem 0 auto 0;
|
||||
}
|
||||
.search_categories {
|
||||
grid-area: categories;
|
||||
|
|
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