Fix photo message_area from dominating screen height
This commit is contained in:
parent
19a9aee4fe
commit
87abb055c3
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
}
|
}
|
||||||
#editor_holder
|
#editor_holder
|
||||||
{
|
{
|
||||||
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
@ -42,7 +43,7 @@
|
||||||
}
|
}
|
||||||
#message_area
|
#message_area
|
||||||
{
|
{
|
||||||
flex: 1;
|
flex: auto;
|
||||||
}
|
}
|
||||||
.photo_viewer
|
.photo_viewer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue