forked from zaclys/searxng
[feat] results: show source of suggested answer
This commit is contained in:
parent
17394ad558
commit
0264a1a205
3 changed files with 18 additions and 6 deletions
|
|
@ -636,6 +636,18 @@ summary.title {
|
|||
span {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.answer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.answer-url {
|
||||
margin-left: auto;
|
||||
margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#infoboxes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue