feat: improve mobile view for firefox android (#305)

This commit is contained in:
josc146
2023-05-08 22:09:37 +08:00
parent b886d7e944
commit 27d3f1b2ce
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
<head>
<title>ChatGPTBox</title>
<link rel="stylesheet" href="content-script.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>
+1
View File
@@ -2,6 +2,7 @@
<head>
<title>ChatGPTBox</title>
<link rel="stylesheet" href="popup.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>