[simple theme] add netloc to image result articles

This commit is contained in:
mrpaulblack 2022-04-06 15:07:05 +02:00
parent fcb626dedd
commit 169f8d9988
2 changed files with 11 additions and 3 deletions

View file

@ -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 {