Merge pull request #2066 from McGiverGim/toolbar_icons_text_svg

Auto adjust sensor texts size in header
10.8-maintenance
Michael Keller 2020-07-12 13:56:35 +12:00 committed by GitHub
commit f02564e76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -419,6 +419,11 @@ input[type="number"]::-webkit-inner-spin-button {
color: #818181; color: #818181;
} }
#sensor-status div {
white-space: nowrap;
overflow: hidden;
}
.gyroicon { .gyroicon {
background-image: url(../images/icons/sensor_gyro_off.png); background-image: url(../images/icons/sensor_gyro_off.png);
background-size: 43px; background-size: 43px;