Skip to content

Commit

Permalink
Update push preview to look like a mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Dec 6, 2023
1 parent 4083b3b commit 7a61eed
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<CardGrid>
<div class="grid-1-2-col-1 u-flex-vertical u-cross-start u-gap-16">
<Heading tag="h6" size="7">Preview</Heading>
<PushPhone title={$message.data.title} body={$message.data.body} />
<div class="u-flex u-main-center u-margin-block-start-24 u-width-full-line">
<PushPhone title={$message.data.title} body={$message.data.body} />
</div>
</div>
<svelte:fragment slot="aside">
<FormList>
Expand Down
Loading

0 comments on commit 7a61eed

Please sign in to comment.