Merge pull request #2743 from Asizon/fix_android_toolbar

Fix android toolbar buttons
10.8-maintenance 10.8.0-RC2
haslinghuis 2022-01-09 01:54:42 +01:00 committed by GitHub
commit c9b7ed8fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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