.
This commit is contained in:
parent
6904902755
commit
04bcbcb781
@ -49,7 +49,7 @@
|
||||
</script>
|
||||
<style>
|
||||
|
||||
/* ✅ 중앙 콘텐츠 자동 조정 */
|
||||
/* 중앙 콘텐츠 자동 조정 */
|
||||
.layout-page {
|
||||
flex-grow: 1;
|
||||
min-width: 0; /* flexbox 내에서 올바른 크기 계산 */
|
||||
|
||||
@ -25,7 +25,7 @@ const sendMessage = () => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* ✅ 채팅 사이드바 고정 */
|
||||
/* 채팅 사이드바 고정 */
|
||||
.chat-sidebar {
|
||||
width: 350px;
|
||||
height: 100vh;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user