mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Fix android toolbar buttons
This commit is contained in:
parent
71fb7a68a7
commit
6fc5c37c20
1 changed files with 7 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ dialog .dialog_toolbar .btn a.disabled {
|
|||
.content_toolbar {
|
||||
/* content toolbar panel */
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
height: auto;
|
||||
background-color: #EFEFEF;
|
||||
box-shadow: rgba(0, 0, 0, 0.10) 0 -3px 8px;
|
||||
padding: 10px 0;
|
||||
|
@ -1792,6 +1792,12 @@ dialog .dialog_toolbar .btn a.disabled {
|
|||
.toolbar_expand_btn {
|
||||
display: block;
|
||||
}
|
||||
.toolbar_fixed_bottom .content_toolbar {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.toolbar_fixed_bottom .content_toolbar div:first-child {
|
||||
margin-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