Skip to content

Commit

Permalink
Merge pull request #1467 from lkiesow/center-the-end
Browse files Browse the repository at this point in the history
Properly center and space end screen
  • Loading branch information
lkiesow authored Nov 19, 2024
2 parents 2727aa0 + 5bea92e commit f13e40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/TheEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const TheEnd: React.FC = () => {

const theEndStyle = css({
width: "100%",
height: "calc(100% - 64px)",
height: "calc(100vh - 64px)",
display: "flex",
flexDirection: "column",
justifyContent: "center",
Expand Down

0 comments on commit f13e40c

Please sign in to comment.