File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
browser-extension/tests/playground Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { PopupPlayground } from './PopupPlayground'
66const root = createRoot ( document . getElementById ( 'root' ) ! )
77root . 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' >
Original file line number Diff line number Diff line change 1111
1212# root {
1313 max-width : 1200px ;
14- margin : 0 auto ;
14+ margin : 0 ;
1515}
1616
1717/* Popup simulator frame */
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}
You can’t perform that action at this time.
0 commit comments