Skip to content

Commit

Permalink
Replaced top/right/bottomm/left CSS properties with inset
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Nov 26, 2023
1 parent 2b13918 commit 82afac7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/LoginPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
margin: auto;
height: 80px;
}
Expand Down

0 comments on commit 82afac7

Please sign in to comment.