mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Update CSS so that AUX 10-12 fit without wrapping.
This commit is contained in:
parent
f01d193ff1
commit
968db92b81
1 changed files with 3 additions and 2 deletions
|
@ -18,16 +18,17 @@
|
||||||
|
|
||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.tab-receiver .bars .name {
|
.tab-receiver .bars .name {
|
||||||
padding: 0 10px 0 0;
|
padding: 0 10px 0 0;
|
||||||
|
|
||||||
width: 40px;
|
width: 50px;
|
||||||
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.tab-receiver .bars .meter {
|
.tab-receiver .bars .meter {
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 60px);
|
||||||
}
|
}
|
||||||
.tab-receiver .bars .meter-bar {
|
.tab-receiver .bars .meter-bar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue