1
0
Fork 0
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:
Vít Semrád 2024-08-04 09:55:45 +02:00 committed by GitHub
parent 153ad0ef79
commit af94769b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 345 additions and 329 deletions

View file

@ -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;