Story Viewer: enforce at least 200 height for the story box

[ci skip]
This commit is contained in:
Charles Dang 2017-04-09 21:57:34 +11:00
parent dec0fd6dfd
commit 53adf0ba1a

View file

@ -18,7 +18,7 @@
[spacer]
definition = "default"
height = "(screen_height / 4)"
height = "(max(200, screen_height / 4))"
[/spacer]
[/column]