mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
upd
This commit is contained in:
parent
44e942827e
commit
92aa12c131
28 changed files with 388 additions and 195 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -145,7 +145,8 @@ article.result-images[data-vim-selected] {
|
|||
filter: opacity(60%);
|
||||
}
|
||||
|
||||
span.title {
|
||||
span.title,
|
||||
span.source {
|
||||
color: var(--color-result-image-span-font-selected);
|
||||
}
|
||||
}
|
||||
|
|
@ -373,7 +374,7 @@ article[data-vim-selected].category-social {
|
|||
|
||||
.result-images {
|
||||
flex-grow: 1;
|
||||
padding: 0.5rem 0.5rem 2rem 0.5rem;
|
||||
padding: 0.5rem 0.5rem 3rem 0.5rem;
|
||||
margin: 0.25rem;
|
||||
border: none !important;
|
||||
height: @results-image-row-height;
|
||||
|
|
@ -393,7 +394,8 @@ article[data-vim-selected].category-social {
|
|||
background: var(--color-result-image-background);
|
||||
}
|
||||
|
||||
span.title {
|
||||
span.title,
|
||||
span.source {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
|
|
@ -405,6 +407,11 @@ article[data-vim-selected].category-social {
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span.source {
|
||||
padding: 1.8rem 0 0 0;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.result-map {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue