Skip to content

Commit a2b0a1f

Browse files
authored
Merge pull request #213 from treehousedev/bar-margin
App: add top margin to button bar
2 parents dce58df + 425cc72 commit a2b0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/static/app/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ svg.node-bullet circle#node-collapsed-handle {
299299
}
300300
.notice .button-bar {
301301
text-align: right;
302-
margin-top: var(--padding);
302+
margin-top: calc(var(--padding)*3);
303303
}
304304

305305
/*------------MENU------------*/

0 commit comments

Comments
 (0)