mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 03:24:31 +01:00
style: flip comment icon horizontally
- Add flip='horizontal' prop to comment icon - Better visual alignment with comment text
This commit is contained in:
@@ -346,7 +346,7 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
|
||||
|
||||
{highlight.comment && (
|
||||
<div className="highlight-comment">
|
||||
<FontAwesomeIcon icon={faComment} className="highlight-comment-icon" />
|
||||
<FontAwesomeIcon icon={faComment} flip="horizontal" className="highlight-comment-icon" />
|
||||
{highlight.comment}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user