forked from p15670423/monkey
UI: Fix padding for telemetry overview line counter
This commit is contained in:
parent
d69ce734f1
commit
e91087f9fe
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue