Skip to content

Commit 4f30a68

Browse files
committed
Fix: 전송 버튼 수정
1 parent 31278a4 commit 4f30a68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/ChatStyles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
flex-direction: row-reverse;
593593
margin-right: 400px; /* 오른쪽으로 40px 여백 */
594594
position: relative; /* 위치 상대값 설정 */
595-
right: -250px; /* 오른쪽으로 20px 더 이동 */
595+
right: -2px; /* 오른쪽으로 20px 더 이동 */
596596
}
597597

598598
.message.sent .content {
@@ -786,12 +786,13 @@
786786
display: flex;
787787
align-items: center;
788788
justify-content: center;
789+
gap: 5px; /* 아이콘과 텍스트 사이 간격 */
789790
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
790791
flex-shrink: 0;
791792
}
792793

793794
.chat-input .send-btn i {
794-
margin-right: 10px;
795+
margin-right: 0; /* 기존 마진 제거 */
795796
font-size: 16px;
796797
}
797798

0 commit comments

Comments
 (0)