From dcf718d592a13e5a3d7a9b79a9f2d18c8e1269ad Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 30 Nov 2018 01:51:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=EB=A5=BC=20?= =?UTF-8?q?=EB=9D=84=EC=9A=B8=20=EB=95=8C=20flex=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/msg.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/hwe/css/msg.css b/hwe/css/msg.css index 946f473f..bddc7f7c 100644 --- a/hwe/css/msg.css +++ b/hwe/css/msg.css @@ -59,12 +59,16 @@ height:667px; } -.private_message{ - height:667px; +.diplomacy_message{ + max-height:667px; } .national_message{ - height:1350px; + flex: 1; +} + +.private_message{ + flex: 1; } .msg_icon{ @@ -129,6 +133,12 @@ outline-style:solid; outline-width:1px; outline-color: gray; + display: flex; + flex-wrap: wrap; + flex-direction: column; +} +.board_side > div{ + height: 1.2em; } .msg_body{