this looks better

This commit is contained in:
partisan 2025-04-28 22:27:12 +02:00
parent bc89f5b819
commit 72cbfbab10

View file

@ -1321,22 +1321,16 @@ p {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border: 1px solid var(--fg);
border-radius: 50%;
padding: 2px;
height: 18px;
border-radius: 8%;
flex-shrink: 0;
}
.favicon {
width: 16px;
height: 16px;
object-fit: contain;
margin-bottom: 2px;
border-radius: 3px;
margin-left: -0.5px; /* this is just lovely, I cannot express ho happy this makes me */
margin-top: 1.5px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
/* Result link styling */
@ -1385,6 +1379,7 @@ p {
.result-domain {
color: var(--fg);
font-weight: 600;
opacity: 0.85;
}
.result-path {