mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Style: Fix graph layout in Sensors tab (#4122)
* Lint: Fix pre-commit lint issue * Style: Fix graph layout in Sensors tab * Style: Add missed styles
This commit is contained in:
parent
153ad0ef79
commit
af94769b53
3 changed files with 345 additions and 329 deletions
|
@ -1652,6 +1652,12 @@ each(range(12), {
|
|||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
.graph-grid {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: auto max-content;
|
||||
}
|
||||
@media not all and (max-width: 575px) {
|
||||
.visible-on-phone-only {
|
||||
display: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue