UI: Fix padding for telemetry overview line counter

This commit is contained in:
Shreya Malviya 2022-04-19 17:19:53 +05:30 committed by Mike Salvatore
parent d69ce734f1
commit e91087f9fe
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
.telemetry-lines { .telemetry-lines {
z-index: 3; z-index: 3;
position: absolute; position: absolute;
bottom: 103px; bottom: 100px;
right: 20px; right: 20px;
background: #000000cc; background: #000000cc;
border-radius: 5px; border-radius: 5px;