1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Merge pull request #2928 from McGiverGim/not_wrap_header

This commit is contained in:
J Blackman 2022-05-28 12:11:14 +10:00 committed by GitHub
commit ae20e2741f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,6 +416,10 @@ input[type="number"]::-webkit-inner-spin-button {
} }
} }
#sensor-status > ul {
display: flex;
}
#sensor-status li { #sensor-status li {
float: left; float: left;
height: 67px; height: 67px;
@ -640,6 +644,7 @@ input[type="number"]::-webkit-inner-spin-button {
background-color: #434343; background-color: #434343;
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.55)); background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.55));
text-shadow: 0 1px rgba(0, 0, 0, 1.0); text-shadow: 0 1px rgba(0, 0, 0, 1.0);
white-space: nowrap;
} }
@media all and (min-width: 1125px) { @media all and (min-width: 1125px) {