Skip to content

Commit 234d72e

Browse files
committed
fix: correct popup styles and adjust size
1 parent 2e204a7 commit 234d72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import Logo from "./Logo";
22

33
function App() {
44
return (
5-
<div className="w-92 text-center">
6-
<header className="bg-gray-800 min-h-screen flex flex-col items-center justify-center text-2xl text-white">
7-
<Logo className="h-40 pointer-events-none animate-spin-slow" id="App-logo" title="React logo" />
5+
<div className="w-[400px] h-[500px] text-center">
6+
<header className="bg-gray-800 w-full h-full flex flex-col items-center justify-center text-2xl text-white">
7+
<Logo className="h-[40vmin] pointer-events-none animate-spin-slow" id="App-logo" title="React logo" />
88
<p>Hello, World!</p>
99
<p>I'm a Chrome Extension Popup!</p>
1010
</header>

0 commit comments

Comments
 (0)