메시지를 띄울 때 flex 적용
This commit is contained in:
+13
-3
@@ -59,12 +59,16 @@
|
|||||||
height:667px;
|
height:667px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.private_message{
|
.diplomacy_message{
|
||||||
height:667px;
|
max-height:667px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.national_message{
|
.national_message{
|
||||||
height:1350px;
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.private_message{
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msg_icon{
|
.msg_icon{
|
||||||
@@ -129,6 +133,12 @@
|
|||||||
outline-style:solid;
|
outline-style:solid;
|
||||||
outline-width:1px;
|
outline-width:1px;
|
||||||
outline-color: gray;
|
outline-color: gray;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.board_side > div{
|
||||||
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msg_body{
|
.msg_body{
|
||||||
|
|||||||
Reference in New Issue
Block a user