mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Fix button toolbar in motors and modes tabs (#4067)
This commit is contained in:
parent
2bfd4f8a3a
commit
3abe6268e8
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.tab-auxiliary {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.help {
|
||||
padding: 10px;
|
||||
background-color: #ffcb18;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.tab-motors {
|
||||
height: 100%;
|
||||
.spacer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue