fix ts error, fix styling on PermissionRequest

This commit is contained in:
Jorrin
2024-03-28 20:26:09 +01:00
parent bb61fef30a
commit b2ba74bd97
3 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ body {
padding-bottom: 50px;
}
#__plasmo {
height: unset;
}
.permission-request.container {
width: 90%;
margin: 100px auto;