forked from Icycoide/searxng
[feat] templates: add package result template
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
a85907a98f
commit
938391b050
2 changed files with 77 additions and 2 deletions
|
@ -306,7 +306,8 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
}
|
||||
|
||||
.result-paper {
|
||||
.result-paper,
|
||||
.result-packages {
|
||||
.attributes {
|
||||
display: table;
|
||||
border-spacing: 0.125rem;
|
||||
|
@ -349,6 +350,12 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
}
|
||||
|
||||
.result-packages {
|
||||
.attributes {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.template_group_images {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -1076,7 +1083,8 @@ summary.title {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.result-paper {
|
||||
.result-paper,
|
||||
.result-packages {
|
||||
.attributes {
|
||||
display: block;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue