1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

define dynamic width for rx_plot

This commit is contained in:
cTn 2014-06-24 15:04:50 +02:00
parent f2aa899fe0
commit 8422e5d10c

View file

@ -160,6 +160,7 @@
.tab-receiver #RX_plot {
margin-left: 5px;
width: calc(100% - 5px);
height: 200px;
}
.tab-receiver #RX_plot .line:nth-child(1) {