Skip to content

Commit 6fc5c37

Browse files
committed
Fix android toolbar buttons
1 parent 71fb7a6 commit 6fc5c37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/css/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ dialog .dialog_toolbar .btn a.disabled {
16701670
.content_toolbar {
16711671
/* content toolbar panel */
16721672
width: 100%;
1673-
height: 30px;
1673+
height: auto;
16741674
background-color: #EFEFEF;
16751675
box-shadow: rgba(0, 0, 0, 0.10) 0 -3px 8px;
16761676
padding: 10px 0;
@@ -1792,6 +1792,12 @@ dialog .dialog_toolbar .btn a.disabled {
17921792
.toolbar_expand_btn {
17931793
display: block;
17941794
}
1795+
.toolbar_fixed_bottom .content_toolbar {
1796+
justify-content: flex-end;
1797+
}
1798+
.toolbar_fixed_bottom .content_toolbar div:first-child {
1799+
margin-bottom: 8px;
1800+
}
17951801
}
17961802

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

0 commit comments

Comments
 (0)