mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] add favicons to result urls
This commit is contained in:
parent
3e747d0491
commit
e17d7632d0
15 changed files with 247 additions and 1 deletions
|
|
@ -378,3 +378,12 @@ html.no-js #clear_search.hide_if_nojs {
|
|||
#categories_container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.favicon img {
|
||||
height: 1.8rem;
|
||||
width: 1.8rem;
|
||||
border-radius: 20%;
|
||||
background-color: #ddd;
|
||||
border: 1px solid #ccc;
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,4 +82,8 @@
|
|||
transform: scale(1, 1);
|
||||
}
|
||||
|
||||
.favicon {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
@import "style.less";
|
||||
|
|
|
|||
|
|
@ -96,6 +96,10 @@
|
|||
|
||||
.result .url_wrapper {
|
||||
justify-content: end;
|
||||
|
||||
.favicon {
|
||||
margin: 0 0 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ article[data-vim-selected].category-social {
|
|||
|
||||
.url_wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1rem;
|
||||
color: var(--color-result-url-font);
|
||||
flex-wrap: nowrap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue