Story Viewer: enforce at least 200 height for the story box
[ci skip]
This commit is contained in:
parent
dec0fd6dfd
commit
53adf0ba1a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
[spacer]
|
||||
definition = "default"
|
||||
height = "(screen_height / 4)"
|
||||
height = "(max(200, screen_height / 4))"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue