diff --git a/wwwroot/public/mainpage/index.ui b/wwwroot/public/mainpage/index.ui index 29d3022..8040a03 100644 --- a/wwwroot/public/mainpage/index.ui +++ b/wwwroot/public/mainpage/index.ui @@ -6,17 +6,26 @@ }, "subwidgets":[ { - "widgettype":"MdWidget", + "widgettype": "VScrollPanel", "options":{ - "width":"50%", - "md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md", - "height":"100%" - } + "height": "100%", + "width": "50%" + }, + "subwidgets": [ + { + "widgettype":"MdWidget", + "options":{ + "width":"100%", + "md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md" + } + } + ] }, { "widgettype": "Image", "options": { "width": "49%", + "height": "auto", "url": "{{entire_url('wish.webp')}}" } }