fix: buttonPlate에 gap 추가

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