Skip to content

Commit

Permalink
Added width to popup (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Ymir <[email protected]>
  • Loading branch information
Ymirke authored May 22, 2024
1 parent 0a2eb8c commit 71dc225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion with-firebase-auth/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default function IndexPopup() {
style={{
display: "flex",
flexDirection: "column",
padding: 16
padding: 16,
width: "300px"
}}>
<h1>
Welcome to your <a href="https://www.plasmo.com">Plasmo</a> Extension!
Expand Down

0 comments on commit 71dc225

Please sign in to comment.