Skip to content

Commit

Permalink
Align the new quilt size-row controls
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphirecat committed Feb 19, 2024
1 parent 251e742 commit 92d53a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ button.new-thing.hide {
align-items: center;
}

.size-row {
display: grid;
grid-template-columns: 1fr 4fr;
}

button.download {
box-sizing: border-box;
width: 100%;
Expand Down

0 comments on commit 92d53a2

Please sign in to comment.