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