[build] /static

This commit is contained in:
Markus Heiser 2021-11-13 09:06:33 +01:00
parent 04ab012e03
commit 9bf53ab974
8 changed files with 16 additions and 4 deletions

View File

@ -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;

View File

@ -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;

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB