Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Sep 6, 2024
1 parent 53c3c84 commit 8d21534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/avatar-decorations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ definePageMetadata(() => ({

@container editor (min-width: 600px) {
.editorWrapper {
grid-template-columns: 300px 1fr;
grid-template-columns: 200px 1fr;
grid-template-rows: 1fr;
gap: calc(var(--margin) * 2);
}
Expand Down

0 comments on commit 8d21534

Please sign in to comment.