Bug Fixes

- Fixes #10
- Fixes #12
- Fixes #13
- Added CSP
This commit is contained in:
Shiny Nematoda 2022-08-15 12:36:11 +00:00
parent 599c15a152
commit 6b349380af
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
9 changed files with 41 additions and 17 deletions

View file

@ -37,7 +37,7 @@ defineEmits(['playthis']);
flex-direction: column;
position: fixed;
top: 2rem;
bottom: 5rem;
bottom: calc(5rem + 5vh);
right: 1rem;
width: 30rem;
max-width: calc(100% - 2rem);