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