We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fb7a6 commit 6fc5c37Copy full SHA for 6fc5c37
src/css/main.css
@@ -1670,7 +1670,7 @@ dialog .dialog_toolbar .btn a.disabled {
1670
.content_toolbar {
1671
/* content toolbar panel */
1672
width: 100%;
1673
- height: 30px;
+ height: auto;
1674
background-color: #EFEFEF;
1675
box-shadow: rgba(0, 0, 0, 0.10) 0 -3px 8px;
1676
padding: 10px 0;
@@ -1792,6 +1792,12 @@ dialog .dialog_toolbar .btn a.disabled {
1792
.toolbar_expand_btn {
1793
display: block;
1794
}
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
1801
1802
1803
/** Hack to change the "display: none" by a "visibility:hidden", to apply
0 commit comments