refactor: create highlight-footer for perfect alignment

- Rename highlight-meta to highlight-footer for semantic clarity
- Use flexbox with space-between for proper element spacing
- Ensure author name and menu button are perfectly vertically aligned
- Add min-height to author to match button height
This commit is contained in:
Gigi
2025-10-13 14:42:23 +02:00
parent da7aa2c115
commit cf47ceb74b
2 changed files with 4 additions and 4 deletions

View File

@@ -338,7 +338,7 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
)}
<div className="highlight-meta">
<div className="highlight-footer">
<span className="highlight-author">
{getUserDisplayName()}
</span>