mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
Fit width of sensor according to width of text
This commit is contained in:
parent
fb2b8eea08
commit
802eebcabf
1 changed files with 2 additions and 4 deletions
|
@ -277,7 +277,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
#sensor-status li {
|
#sensor-status li {
|
||||||
float: left;
|
float: left;
|
||||||
height: 67px;
|
height: 67px;
|
||||||
width: 35px;
|
min-width: 33px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #373737;
|
border: 1px solid #373737;
|
||||||
|
@ -297,9 +297,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
#sensor-status li .opflowicon,
|
#sensor-status li .opflowicon,
|
||||||
#sensor-status li .sonaricon,
|
#sensor-status li .sonaricon,
|
||||||
#sensor-status li .airspeedicon {
|
#sensor-status li .airspeedicon {
|
||||||
white-space: nowrap;
|
background-position-x: center;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gyroicon {
|
.gyroicon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue