layout is modified

This commit is contained in:
병준 박 2019-10-29 09:21:54 +09:00
parent 337c7b9030
commit 49e9704bfb

View File

@ -1,7 +1,8 @@
.container {
height: 100%;
display:flex;
display: flex;
flex-flow: row;
padding-top: 30px;
.left-side {
width: 380px;
@ -9,8 +10,8 @@
flex: 0 0 auto;
}
.contents {
flex:1 1 auto;
min-width:400px;
flex: 1 1 auto;
min-width: 400px;
height: 100%;
.messages {