fix: buttonPlate에 gap 추가

This commit is contained in:
2021-12-03 23:44:55 +09:00
parent 3da67e7d97
commit 932afec74a
+1
View File
@@ -115,6 +115,7 @@ body {
display: grid;
grid-template-columns: repeat(10, 1fr);
padding: 0;
gap: 1px;
}
.toolbars>.buttonPlate {