Skip to content

Commit c9b7ed8

Browse files
authored
Merge pull request #2743 from Asizon/fix_android_toolbar
Fix android toolbar buttons
2 parents fb360f9 + d09019f commit c9b7ed8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,16 @@ dialog .dialog_toolbar .btn a.disabled {
17921792
.toolbar_expand_btn {
17931793
display: block;
17941794
}
1795+
.content_toolbar {
1796+
height: auto;
1797+
padding: 8px 0 0;
1798+
}
1799+
.toolbar_fixed_bottom .content_toolbar {
1800+
justify-content: flex-end;
1801+
}
1802+
.toolbar_fixed_bottom .content_toolbar div {
1803+
padding-bottom: 8px;
1804+
}
17951805
}
17961806

17971807
/** Hack to change the "display: none" by a "visibility:hidden", to apply

0 commit comments

Comments
 (0)