mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-13 10:36:05 +08:00
feat: improve mobile view for firefox android (#305)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user