diff --git a/src/components/common/ChatForumLastMessage.module.scss b/src/components/common/ChatForumLastMessage.module.scss index 96e427703..c132c41b9 100644 --- a/src/components/common/ChatForumLastMessage.module.scss +++ b/src/components/common/ChatForumLastMessage.module.scss @@ -71,6 +71,7 @@ margin-left: 0.25rem; margin-right: 0.25rem; display: inline; + position: relative; } .main-column { @@ -108,9 +109,13 @@ text-overflow: ellipsis; } +.otherColumnIcon { + position: absolute; +} + .other-column-title { font-size: 0.9375rem; - margin-left: 0.25rem; + margin-left: 1.5rem; } .other-columns { diff --git a/src/components/common/ChatForumLastMessage.tsx b/src/components/common/ChatForumLastMessage.tsx index 0ee7b4b58..6567a7f64 100644 --- a/src/components/common/ChatForumLastMessage.tsx +++ b/src/components/common/ChatForumLastMessage.tsx @@ -135,6 +135,7 @@ const ChatForumLastMessage: FC = ({ > {renderText(topic.title)} diff --git a/src/components/left/main/Chat.scss b/src/components/left/main/Chat.scss index 9b360bb4b..c165f11de 100644 --- a/src/components/left/main/Chat.scss +++ b/src/components/left/main/Chat.scss @@ -181,8 +181,8 @@ } .ListItem-button { - padding-top: 0.25rem; - padding-bottom: 0.375rem; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; } .title {