Skip to content

Commit

Permalink
fix: correct popup styles and adjust size
Browse files Browse the repository at this point in the history
  • Loading branch information
yosevu committed Aug 12, 2024
1 parent 2e204a7 commit 234d72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import Logo from "./Logo";

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

0 comments on commit 234d72e

Please sign in to comment.