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.
2 parents fb360f9 + d09019f commit c9b7ed8Copy full SHA for c9b7ed8
src/css/main.css
@@ -1792,6 +1792,16 @@ dialog .dialog_toolbar .btn a.disabled {
1792
.toolbar_expand_btn {
1793
display: block;
1794
}
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
1805
1806
1807
/** Hack to change the "display: none" by a "visibility:hidden", to apply
0 commit comments