1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

fix 2 pixels of extra margin, fix UI blinking

This commit is contained in:
cTn 2014-05-05 16:43:50 +02:00
parent e3d05650cd
commit 7aa25dc732

View file

@ -70,8 +70,8 @@
width: 30%;
}
.tab-pid_tuning .rate-tpa {
width: calc(40% - 12px); /* - (margin, border) */
margin-left: 10px;
float: right;
width: calc(40% - 10px); /* - ( "virtual" margin) */
}
.tab-pid_tuning .update,
.tab-pid_tuning .refresh {