mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[feat] results: show response times
This commit is contained in:
parent
b09aa7e360
commit
e65edb141d
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