From 85f197b001e219d1df1fcd4795befae71a98dde8 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Thu, 6 Mar 2025 15:09:09 +0900 Subject: [PATCH] .. --- src/layouts/NormalLayout.vue | 2 +- src/layouts/TheChat.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/NormalLayout.vue b/src/layouts/NormalLayout.vue index 89a1893..6cad7bc 100644 --- a/src/layouts/NormalLayout.vue +++ b/src/layouts/NormalLayout.vue @@ -53,7 +53,7 @@ .layout-page { flex-grow: 1; min-width: 0; /* flexbox 내에서 올바른 크기 계산 */ - margin-right: 350px; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */ + margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */ } diff --git a/src/layouts/TheChat.vue b/src/layouts/TheChat.vue index ea2aa5b..8102d8d 100644 --- a/src/layouts/TheChat.vue +++ b/src/layouts/TheChat.vue @@ -27,7 +27,7 @@ const sendMessage = () => {