Fix sticker creator in our new typescriptified world

This commit is contained in:
Scott Nonnenberg
2022-06-13 18:48:07 -07:00
committed by GitHub
parent f2af71f8b5
commit 68f27c1c7c
15 changed files with 381 additions and 311 deletions

View File

@@ -4,7 +4,7 @@
.facade {
background: rgba(0, 0, 0, 0.33);
width: 100vw;
height: var(--window-height);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;