Fix issue for iphone

remotes/1693176582716663532/tmp_refs/heads/watchparty
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",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"license": "MIT",
"dependencies": {

View File

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

View File

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

View File

@ -32671,7 +32671,7 @@
className: "App-wrapper"
}, /* @__PURE__ */ import_react35.default.createElement("div", {
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",
className: "App-content"
}, /* @__PURE__ */ import_react35.default.createElement("div", {

View File

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