Skip to content

Commit e432aea

Browse files
vveerrggclaude
andcommitted
fix: set fixed 400px popup width to prevent resize on tab switch
Firefox popups auto-size to content, causing the popup width to fluctuate between tabs. Lock to 400px for consistent appearance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c06bdb commit e432aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sidepanel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
height: 100%;
2020
margin: 0;
2121
overflow: hidden;
22-
min-width: 380px; /* Safari popup minimum */
22+
width: 400px; /* Fixed width — prevents Firefox popup resize on tab switch */
2323
min-height: 580px; /* Safari popup minimum */
2424
}
2525
.sidepanel-layout {

0 commit comments

Comments
 (0)