this looks better
This commit is contained in:
parent
bc89f5b819
commit
72cbfbab10
1 changed files with 4 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue