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:
commit
ae20e2741f
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue