diff --git a/wwwroot/show_llms_cards.ui b/wwwroot/show_llms_cards.ui index a8df1fc..e101fc0 100644 --- a/wwwroot/show_llms_cards.ui +++ b/wwwroot/show_llms_cards.ui @@ -83,7 +83,7 @@ "target":"PopupWindow", "popup_options":{ "title":"{{llm.name}}", -{% if int(params_kw._is_mobile) %} +{% if int(params_kw._is_mobile or 0) %} "width": "100%", "height": "100%" {% else %} diff --git a/wwwroot/show_llms_cards_by_provider.ui b/wwwroot/show_llms_cards_by_provider.ui index 846451e..690f407 100644 --- a/wwwroot/show_llms_cards_by_provider.ui +++ b/wwwroot/show_llms_cards_by_provider.ui @@ -82,7 +82,7 @@ "target":"PopupWindow", "popup_options":{ "title":"{{llm.name}}", -{% if int(params_kw._is_mobile) %} +{% if int(params_kw._is_mobile or 0) %} "width": "100%", "height": "100%" {% else %}