1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-14 16:50:11 +01:00

[mod] shrink new favicons in search results

This commit is contained in:
JJ 2024-10-18 11:41:47 -07:00 committed by Markus Heiser
parent 446ee2dd25
commit 9b01e3c9d6

View File

@ -380,9 +380,9 @@ html.no-js #clear_search.hide_if_nojs {
}
.favicon img {
height: 1.8rem;
width: 1.8rem;
border-radius: 20%;
height: 1.5rem;
width: 1.5rem;
border-radius: 10%;
background-color: var(--color-favicon-background-color);
border: 1px solid var(--color-favicon-border-color);
display: flex;