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

Fix button toolbar in motors and modes tabs (#4067)

This commit is contained in:
Míguel Ángel Mulero Martínez 2024-06-26 17:24:17 +02:00 committed by GitHub
parent 2bfd4f8a3a
commit 3abe6268e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
.tab-auxiliary { .tab-auxiliary {
width: 100%; height: 100%;
.help { .help {
padding: 10px; padding: 10px;
background-color: #ffcb18; background-color: #ffcb18;

View file

@ -1,4 +1,5 @@
.tab-motors { .tab-motors {
height: 100%;
.spacer { .spacer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;