[feat] add favicons to result urls

This commit is contained in:
Brock Vojkovic 2024-08-11 08:39:46 +00:00 committed by Markus Heiser
parent 3e747d0491
commit e17d7632d0
15 changed files with 247 additions and 1 deletions

View file

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

View file

@ -82,4 +82,8 @@
transform: scale(1, 1);
}
.favicon {
margin: 0 8px 0 0;
}
@import "style.less";

View file

@ -96,6 +96,10 @@
.result .url_wrapper {
justify-content: end;
.favicon {
margin: 0 0 0 8px;
}
}
}

View file

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