Skip to content

Commit

Permalink
Merge pull request #2743 from Asizon/fix_android_toolbar
Browse files Browse the repository at this point in the history
Fix android toolbar buttons
  • Loading branch information
haslinghuis committed Jan 9, 2022
2 parents fb360f9 + d09019f commit c9b7ed8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b7ed8

Please sign in to comment.