Skip to content

Commit f06b5ac

Browse files
committed
feat: adjust component styling
1 parent 1f60a17 commit f06b5ac

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

src/popup/Popup.tsx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,11 @@ const Popup = () => {
3636
<div className="absolute top-0 right-0 w-32 h-32 bg-white/10 rounded-full -translate-y-16 translate-x-16"></div>
3737
<div className="absolute bottom-0 left-0 w-24 h-24 bg-white/5 rounded-full translate-y-12 -translate-x-12"></div>
3838
<div className="relative z-10">
39-
<div className="flex items-center gap-3 mb-2">
40-
<div className="w-10 h-10 bg-white/20 rounded-xl flex items-center justify-center text-xl">
41-
🤖
42-
</div>
43-
<div>
44-
<h1 className="text-xl font-bold tracking-tight">
45-
AI Email Helper
46-
</h1>
47-
<p className="text-blue-100 text-sm">
48-
AI-powered email responses
49-
</p>
50-
</div>
39+
<div className="flex flex-col mb-2">
40+
<h1 className="text-xl font-bold tracking-tight">
41+
🤖 AI Email Helper
42+
</h1>
43+
<p className="text-blue-100 text-sm">AI-powered email responses</p>
5144
</div>
5245

5346
{/* Status indicator in header */}

0 commit comments

Comments
 (0)