Skip to content

Commit

Permalink
Fix map editor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Mar 10, 2023
1 parent 155571e commit a6b50e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/subeditors/map-editor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
display: flex;
flex-direction: column;
gap: 20px;
justify-content: space-between;
}

.spriteButtons {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 6px;
flex: 1;
}

.spriteButton {
Expand Down

0 comments on commit a6b50e9

Please sign in to comment.