better timing bar styling (#17295)

This commit is contained in:
Vadim Ogievetsky 2024-10-08 16:30:58 -07:00 committed by GitHub
parent dca69c5761
commit 4570809b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

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