Skip to content

Commit

Permalink
Tweak width (#17)
Browse files Browse the repository at this point in the history
* Add mode=popup query param to iframe url

* Decrease width

* Bump version

* Tweak border radius
  • Loading branch information
hwhmeikle committed Aug 2, 2022
1 parent 876f619 commit 7d7b809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authsignal/browser",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/popup-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class PopupHandler {
position: relative;
background-color: white;
height: 600px;
width: 600px;
border-radius: 5px;
width: 576px;
border-radius: 8px;
}
#${CONTENT_ID} iframe {
Expand Down

0 comments on commit 7d7b809

Please sign in to comment.