Skip to content

Commit 9e97447

Browse files
committed
Get the playground to match the popup exactly.
1 parent 44fdbb5 commit 9e97447

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

browser-extension/tests/playground/playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PopupPlayground } from './PopupPlayground'
66
const root = createRoot(document.getElementById('root')!)
77
root.render(
88
<div className='min-h-screen bg-slate-100'>
9-
<div className='container mx-auto px-6 py-8'>
9+
<div className='container px-6 py-8'>
1010
<div className='bg-white p-6 rounded-lg shadow-sm border border-slate-200 mb-6'>
1111
<h1 className='text-2xl font-bold text-slate-900 mb-2'>Popup Simulator</h1>
1212
<p className='text-slate-600'>

browser-extension/tests/playground/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111

1212
#root {
1313
max-width: 1200px;
14-
margin: 0 auto;
14+
margin: 0;
1515
}
1616

1717
/* Popup simulator frame */
@@ -24,5 +24,6 @@ body {
2424
border: 1px solid #e2e8f0;
2525
border-radius: 8px;
2626
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
27-
margin: 0 auto;
27+
margin: 0;
28+
text-align: left;
2829
}

0 commit comments

Comments
 (0)