Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
VideoPress: Use compact size for video details actions button
Add size="compact" to the kebab menu button in VideoDetailsActions,
consistent with the compact header action buttons from #47679.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
  • Loading branch information
CGastrell and claude committed Mar 23, 2026
commit b68d00d9c4cbd66d2226e4128c3c10f5d293fed5
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const VideoDetailsActions = ( {
placement="bottom center"
renderToggle={ ( { isOpen, onToggle } ) => (
<Button
size="compact"
variant="tertiary"
disabled={ disabled }
icon={ moreVertical }
Expand Down