[Backport] Web console: backport (#17290) and (#17295) (#17297)

* run npm audit fix (#17290)
* better timing bar styling (#17295)
This commit is contained in:
Vadim Ogievetsky 2024-10-09 00:30:25 -07:00 committed by GitHub
parent ccb7c2edd9
commit 76ebac336d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 751 additions and 704 deletions

File diff suppressed because it is too large Load Diff

View File

@ -145,10 +145,11 @@
.timing-bar {
position: absolute;
top: 10px;
height: 36px;
top: 1px;
height: 3px;
border-radius: 2px;
background: $druid-brand;
opacity: 0.15;
opacity: 0.8;
}
}
}