Skip to content
Snippets Groups Projects
Commit c9881234 authored by 심재엽's avatar 심재엽
Browse files

design: 채팅메시지 화면 표시 크기 수정

parent af58031a
No related branches found
No related tags found
1 merge request!48[design] 사용자 이름, 메시지 간격 수정, 채팅메시지 화면 표시 크기 수정, 읽지 않은 사람 수 표시 디자인 수정
Pipeline #11008 passed
...@@ -1019,12 +1019,11 @@ function ChattingDetail() { ...@@ -1019,12 +1019,11 @@ function ChattingDetail() {
<MessageBubble <MessageBubble
isMine={isMine} isMine={isMine}
highlighted={ highlighted={searchResults[currentSearchIndex] === messageData}
searchResults[currentSearchIndex] === messageData
}
onContextMenu={(e) => handleRightClick(e, messageData)} onContextMenu={(e) => handleRightClick(e, messageData)}
style={{ style={{
textAlign: isMine ? "right" : "left", textAlign: "left",
maxWidth: "75%", // 화면의 75%를 넘지 않도록 제한
}} }}
> >
<div <div
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment