We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31278a4 commit 4f30a68Copy full SHA for 4f30a68
src/components/ChatStyles.css
@@ -592,7 +592,7 @@
592
flex-direction: row-reverse;
593
margin-right: 400px; /* 오른쪽으로 40px 여백 */
594
position: relative; /* 위치 상대값 설정 */
595
- right: -250px; /* 오른쪽으로 20px 더 이동 */
+ right: -2px; /* 오른쪽으로 20px 더 이동 */
596
}
597
598
.message.sent .content {
@@ -786,12 +786,13 @@
786
display: flex;
787
align-items: center;
788
justify-content: center;
789
+ gap: 5px; /* 아이콘과 텍스트 사이 간격 */
790
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
791
flex-shrink: 0;
792
793
794
.chat-input .send-btn i {
- margin-right: 10px;
795
+ margin-right: 0; /* 기존 마진 제거 */
796
font-size: 16px;
797
798
0 commit comments