forked from rDrama/rDrama
1
0
Fork 0

Fix issue for iphone

master
Outrun Colors 2022-09-23 23:43:36 -05:00
parent ca53ea5916
commit 2282412327
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "chat", "name": "chat",
"version": "0.0.4", "version": "0.0.5",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
.App { .App {
position: fixed; position: fixed;
width: 100vw; width: 100vw;
height: calc(100vh - 42px); height: calc(100vh - 84px);
display: flex; display: flex;
} }

View File

@ -266,7 +266,7 @@ lite-youtube {
.App { .App {
position: fixed; position: fixed;
width: 100vw; width: 100vw;
height: calc(100vh - 42px); height: calc(100vh - 84px);
display: flex; display: flex;
} }
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {

View File

@ -32671,7 +32671,7 @@
className: "App-wrapper" className: "App-wrapper"
}, /* @__PURE__ */ import_react35.default.createElement("div", { }, /* @__PURE__ */ import_react35.default.createElement("div", {
className: "App-heading" className: "App-heading"
}, /* @__PURE__ */ import_react35.default.createElement("small", null, "v", "0.0.4"), /* @__PURE__ */ import_react35.default.createElement(ChatHeading, null)), /* @__PURE__ */ import_react35.default.createElement("div", { }, /* @__PURE__ */ import_react35.default.createElement("small", null, "v", "0.0.5"), /* @__PURE__ */ import_react35.default.createElement(ChatHeading, null)), /* @__PURE__ */ import_react35.default.createElement("div", {
id: "chatWrapper", id: "chatWrapper",
className: "App-content" className: "App-content"
}, /* @__PURE__ */ import_react35.default.createElement("div", { }, /* @__PURE__ */ import_react35.default.createElement("div", {

View File

@ -36,8 +36,8 @@ set CACHE_VER = {
'js/lozad.js': 4000, 'js/lozad.js': 4000,
'js/sort_table.js': 4001, 'js/sort_table.js': 4001,
'css/chat_done.css': 1002, 'css/chat_done.css': 1004,
'js/chat_done.js': 1002, 'js/chat_done.js': 1004,
} }
-%} -%}