mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
define dynamic width for rx_plot
This commit is contained in:
parent
f2aa899fe0
commit
8422e5d10c
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
||||||
.tab-receiver #RX_plot {
|
.tab-receiver #RX_plot {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
||||||
|
width: calc(100% - 5px);
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.tab-receiver #RX_plot .line:nth-child(1) {
|
.tab-receiver #RX_plot .line:nth-child(1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue