Skip to content

Commit

Permalink
Merge pull request #2200 from bfmvsa/truncate-text-in-sensors-block
Browse files Browse the repository at this point in the history
  • Loading branch information
MrD-RC authored Sep 23, 2024
2 parents c4a76a4 + 802eebc commit 5492ab3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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: 33px;
min-width: 33px;
line-height: 18px;
text-align: center;
border: 1px solid #373737;
Expand All @@ -289,6 +289,17 @@ input[type="number"]::-webkit-inner-spin-button {
text-shadow: 0 1px rgba(0, 0, 0, 1.0);
}

#sensor-status li .gyroicon,
#sensor-status li .accicon,
#sensor-status li .magicon,
#sensor-status li .baroicon,
#sensor-status li .gpsicon,
#sensor-status li .opflowicon,
#sensor-status li .sonaricon,
#sensor-status li .airspeedicon {
background-position-x: center;
}

.gyroicon {
background: url("./../../images/icons/sensor_gyro_off.png") no-repeat top;
background-size: 43px;
Expand Down

0 comments on commit 5492ab3

Please sign in to comment.