mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
Added favicon to search results
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user