mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] results: show response times
This commit is contained in:
parent
2033f30c8d
commit
d1fbc3e008
4 changed files with 50 additions and 24 deletions
|
|
@ -748,6 +748,20 @@ summary.title {
|
|||
}
|
||||
}
|
||||
|
||||
#engines_msg {
|
||||
.engine-name {
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
.response-error {
|
||||
color: var(--color-error);
|
||||
}
|
||||
|
||||
.bar-chart-value {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#search_url {
|
||||
div.selectable_url {
|
||||
pre {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue