Skip to content

Commit adadfd8

Browse files
committed
Change width to 311px.
1 parent db9d46f commit adadfd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

browser-extension/src/styles/popup-frame.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Popup window frame styles */
22
body {
3-
width: 300px;
3+
width: 311px;
44
padding: 15px;
55
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
66
font-size: 14px;

browser-extension/tests/playground/playground.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ root.render(
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'>
13-
This shows exactly how the table appears in the browser popup (300px width).
13+
This shows exactly how the table appears in the browser popup (311px width).
1414
</p>
1515
</div>
1616

@@ -22,7 +22,7 @@ root.render(
2222
<h3 className='font-medium text-slate-900 mb-2'>Development Notes</h3>
2323
<ul className='text-sm text-slate-600 space-y-1'>
2424
<li>
25-
The popup frame above matches the exact 300px width of the browser extension popup
25+
The popup frame above matches the exact 311px width of the browser extension popup
2626
</li>
2727
<li>
2828
Any changes to <code>popup/style.css</code> will automatically update here

browser-extension/tests/playground/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616

1717
/* Popup simulator frame */
1818
.popup-frame {
19-
width: 300px;
19+
width: 311px;
2020
padding: 15px;
2121
font-size: 14px;
2222
line-height: 1.4;

0 commit comments

Comments
 (0)