fix(toolbar): push buttons further from top of side toolbar

This commit is contained in:
Leonard Kim 2017-08-29 13:38:01 -07:00 committed by yanas
parent 5e4f921e1b
commit af92ba5e86
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
height: 100%;
justify-content: flex-start;
left: 0;
padding-top: 10px;
padding-top: 24px;
top: 0;
transform: translateX(-100%);
width: $defaultToolbarSize;