diff --git a/frontend/src/pages/ForumDetail.jsx b/frontend/src/pages/ForumDetail.jsx index 0ed9116..9aec200 100644 --- a/frontend/src/pages/ForumDetail.jsx +++ b/frontend/src/pages/ForumDetail.jsx @@ -231,13 +231,13 @@ const ForumDetail = () => { - } - size={isMobile ? 'small' : 'default'} - style={{ cursor: 'pointer' }} - onClick={() => showUserTitle(topic.author_info)} - /> +
showUserTitle(topic.author_info)} style={{ cursor: 'pointer', display: 'flex', alignItems: 'center' }}> + } + size={isMobile ? 'small' : 'default'} + /> +
{topic.author_info?.nickname} {topic.is_verified_owner && ( @@ -303,13 +303,13 @@ const ForumDetail = () => { styles={{ body: { padding: isMobile ? '15px' : '24px' } }} >
- } - size={isMobile ? 'small' : 'default'} - style={{ cursor: 'pointer' }} - onClick={() => showUserTitle(reply.author_info)} - /> +
showUserTitle(reply.author_info)} style={{ cursor: 'pointer', height: 'fit-content' }}> + } + size={isMobile ? 'small' : 'default'} + /> +