Fix #94: Play Recording button visible outside collapsible section #100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "batch/96-pr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #94
The Play Recording (▶️) button was inside the collapsible
section-contentwhich isdisplay:noneby default. Moved it to theaction-rowthat is always visible, same pattern as the current-session-panel.Previous fix incorrectly moved ALL buttons outside section-content. Correct fix: only Play Recording (▶️) button moves to action-row above the collapsible section-content, same as current-session-panel.