mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[feat] results: show source of suggested answer
This commit is contained in:
parent
9100a48541
commit
13d801b75d
3 changed files with 18 additions and 6 deletions
|
@ -633,6 +633,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