File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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 : 30 px ;
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
You can’t perform that action at this time.
0 commit comments