This commit is contained in:
dyhj625 2025-03-06 15:09:09 +09:00
parent 04bcbcb781
commit 85f197b001
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
.layout-page { .layout-page {
flex-grow: 1; flex-grow: 1;
min-width: 0; /* flexbox 내에서 올바른 크기 계산 */ min-width: 0; /* flexbox 내에서 올바른 크기 계산 */
margin-right: 350px; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */ margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */
} }
</style> </style>

View File

@ -27,7 +27,7 @@ const sendMessage = () => {
<style scoped> <style scoped>
/* 채팅 사이드바 고정 */ /* 채팅 사이드바 고정 */
.chat-sidebar { .chat-sidebar {
width: 350px; width: 20%;
height: 100vh; height: 100vh;
position: fixed; position: fixed;
right: 0; right: 0;