mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Merge pull request #2743 from Asizon/fix_android_toolbar
Fix android toolbar buttons
This commit is contained in:
commit
c9b7ed8fd7
1 changed files with 10 additions and 0 deletions
|
@ -1792,6 +1792,16 @@ dialog .dialog_toolbar .btn a.disabled {
|
|||
.toolbar_expand_btn {
|
||||
display: block;
|
||||
}
|
||||
.content_toolbar {
|
||||
height: auto;
|
||||
padding: 8px 0 0;
|
||||
}
|
||||
.toolbar_fixed_bottom .content_toolbar {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.toolbar_fixed_bottom .content_toolbar div {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
/** Hack to change the "display: none" by a "visibility:hidden", to apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue