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:
parent
2bfd4f8a3a
commit
3abe6268e8
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.tab-auxiliary {
|
.tab-auxiliary {
|
||||||
width: 100%;
|
height: 100%;
|
||||||
.help {
|
.help {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #ffcb18;
|
background-color: #ffcb18;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.tab-motors {
|
.tab-motors {
|
||||||
|
height: 100%;
|
||||||
.spacer {
|
.spacer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue