Display optimization on iPhone device page (#220)
* Disable Zoom Page * add height --------- Co-authored-by: Praise <lizan60@gmail.com>
This commit is contained in:
parent
46e1857489
commit
90399d24cc
|
@ -517,7 +517,7 @@ const Home: React.FC<HomeProps> = ({ serverSideApiKeyIsSet }) => {
|
||||||
<Head>
|
<Head>
|
||||||
<title>Chatbot UI</title>
|
<title>Chatbot UI</title>
|
||||||
<meta name="description" content="ChatGPT but better." />
|
<meta name="description" content="ChatGPT but better." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="height=device-height ,width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
{selectedConversation && (
|
{selectedConversation && (
|
||||||
|
|
Loading…
Reference in New Issue