Skip to content

Commit

Permalink
style: 💄 improve look of onboarding screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Jul 24, 2024
1 parent 68e3eb4 commit a2835c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ dialog .txid {
}
dialog.fullscreen form section {
grid-auto-rows: 1fr;
grid-auto-columns: 30rem 2fr;
grid-auto-columns: 1fr 1fr;
grid-auto-flow: column;
}
dialog.fullscreen form section > aside {
Expand Down Expand Up @@ -599,4 +599,10 @@ dialog .txid {
width: 33.75rem;
overflow: hidden;
}
}

@media (min-width: 850px) {
dialog.fullscreen form section {
grid-auto-columns: 30rem 2fr;
}
}

0 comments on commit a2835c6

Please sign in to comment.