You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Firefox layout bug with compact mark-watched button (#244)
Firefox handles position:relative on flex items differently from Chrome,
causing metadata to shrink on short titles and the button to float away.
Wrap the menu button contents in an inner div that holds position:relative
instead of applying it directly to the flex item.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments