Skip to content

Commit

Permalink
qr-generator: Improve preview layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 10, 2024
1 parent b8739a5 commit 8bef2ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/routes/qr-generator/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@
min-height: 6em;
}
[slot="right"] {
display: flex;
height: 100%;
flex-direction: column;
}
.columns {
display: flex;
}
Expand Down Expand Up @@ -300,8 +306,11 @@
}
.preview {
flex-grow: 1;
border-bottom: 1px solid var(--border-color);
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.preview :global(svg) {
Expand Down

0 comments on commit 8bef2ff

Please sign in to comment.