Added favicon to search results

This commit is contained in:
stab
2026-03-22 22:24:18 -05:00
committed by frosty
parent bcee71cbbb
commit 51e7fcaad2
4 changed files with 49 additions and 4 deletions

View File

@@ -272,6 +272,18 @@ h1 span {
gap:60px;
padding:30px 60px;
}
.result-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 2px;
}
.result-favicon {
width: 16px;
height: 16px;
flex-shrink: 0;
object-fit: contain;
}
.results-container {
grid-column:2;
}