Fix photo message_area from dominating screen height

This commit is contained in:
voussoir 2017-05-05 22:59:22 -07:00
parent 19a9aee4fe
commit 87abb055c3

View file

@ -28,6 +28,7 @@
}
#editor_holder
{
display: flex;
flex-direction: column;
max-width: 300px;
@ -42,7 +43,7 @@
}
#message_area
{
flex: 1;
flex: auto;
}
.photo_viewer
{