Skip to content

Conversation

@built-by-as
Copy link
Owner

@built-by-as built-by-as commented Oct 24, 2025

Summary

Fixes the hover state styling for the vertical three-dot menu button. Previously, the hover background appeared as a wide rectangle that looked funky and cut through the button. Now it has a natural pill-shaped appearance that wraps properly around the vertical dots.

Changes

  • Reduced font size from 16px to 14px for more compact appearance
  • Adjusted padding to 6px vertical, 3px horizontal (was 2px/4px)
  • Reduced letter-spacing from -4px to -2px for better dot spacing
  • Adjusted line-height to 0.8 to keep dots closer together
  • Increased border-radius to 6px for pill-shaped hover effect
  • Removed fixed width to allow natural content sizing

Test plan

  • Build passes
  • All tests pass
  • Manual testing: Hover over the vertical three-dot menu button and verify it looks natural

built-by-as and others added 2 commits October 24, 2025 19:16
Replaces delete button and click-to-edit with a three-dot menu button
that appears on hover. The menu provides options to rename or delete
sessions. Menu closes when clicking outside or after selecting an option.

Changes:
- Added three-dot menu button that appears on hover
- Menu contains "Rename" and "Delete" options
- Removed direct click-to-edit on session name
- Removed standalone delete button
- Added click-outside handler to close menus
- Delete option highlights red on hover for clarity

Co-Authored-By: Claude <noreply@anthropic.com>
Adjusts the hover state to properly fit the vertical menu button instead
of appearing as a wide rectangle. The button now has a more natural
pill-shaped hover background that wraps around the vertical dots.

Changes:
- Reduced font size from 16px to 14px for more compact appearance
- Adjusted padding to 6px vertical, 3px horizontal (was 2px/4px)
- Reduced letter-spacing from -4px to -2px for better dot spacing
- Adjusted line-height to 0.8 to keep dots closer together
- Increased border-radius to 6px for pill-shaped hover effect
- Removed fixed width to allow natural content sizing

Co-Authored-By: Claude <noreply@anthropic.com>
@built-by-as built-by-as merged commit 67b61a2 into main Oct 24, 2025
1 check passed
@built-by-as built-by-as deleted the vertical-menu-styling branch October 24, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants