Skip to content

Commit

Permalink
Fit width of sensor according to width of text
Browse files Browse the repository at this point in the history
  • Loading branch information
bfmvsa committed Sep 23, 2024
1 parent fb2b8ee commit 802eebc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ input[type="number"]::-webkit-inner-spin-button {
#sensor-status li {
float: left;
height: 67px;
width: 35px;
min-width: 33px;
line-height: 18px;
text-align: center;
border: 1px solid #373737;
Expand All @@ -297,9 +297,7 @@ input[type="number"]::-webkit-inner-spin-button {
#sensor-status li .opflowicon,
#sensor-status li .sonaricon,
#sensor-status li .airspeedicon {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-position-x: center;
}

.gyroicon {
Expand Down

0 comments on commit 802eebc

Please sign in to comment.