mirror of
https://github.com/dergigi/boris.git
synced 2026-01-03 23:14:36 +01:00
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:
@@ -338,7 +338,7 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
|
||||
)}
|
||||
|
||||
|
||||
<div className="highlight-meta">
|
||||
<div className="highlight-footer">
|
||||
<span className="highlight-author">
|
||||
{getUserDisplayName()}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user