Skip to content

Commit

Permalink
Fix dialog centering
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Oct 8, 2024
1 parent 01b0a7e commit 6c3520a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/dialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
z-index: 1;
display: flex;
flex-direction: column;
justify-self: center;
min-width: 240px;
margin: 2em;
max-width: calc(100% - 4em);
padding: 1em 2em;
box-sizing: border-box;
border: none;
border-radius: 1em;
opacity: 0;
Expand Down

0 comments on commit 6c3520a

Please sign in to comment.