Less permissions + optional host permissions + no external assets

This commit is contained in:
mrjvs
2024-02-07 16:47:52 +01:00
parent 04e7a8d23c
commit 263051a305
13 changed files with 171 additions and 25 deletions

View File

@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');
html {
min-height: 300px;
min-width: 300px;
@@ -9,7 +7,6 @@ body {
min-height: 300px;
min-width: 300px;
margin: 0;
font-family: 'Inter', sans-serif;
}
.popup {