Skip to content

Commit d09019f

Browse files
committed
fix double bottom padding
1 parent 6fc5c37 commit d09019f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/css/main.css

Lines changed: 7 additions & 3 deletions
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: auto;
1673+
height: 30px;
16741674
background-color: #EFEFEF;
16751675
box-shadow: rgba(0, 0, 0, 0.10) 0 -3px 8px;
16761676
padding: 10px 0;
@@ -1792,11 +1792,15 @@ 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+
}
17951799
.toolbar_fixed_bottom .content_toolbar {
17961800
justify-content: flex-end;
17971801
}
1798-
.toolbar_fixed_bottom .content_toolbar div:first-child {
1799-
margin-bottom: 8px;
1802+
.toolbar_fixed_bottom .content_toolbar div {
1803+
padding-bottom: 8px;
18001804
}
18011805
}
18021806

0 commit comments

Comments
 (0)