mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
attempt fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": "/static/css/main.450e29eb.css",
|
"main.css": "/static/css/main.60120164.css",
|
||||||
"main.js": "/static/js/main.817f505c.js",
|
"main.js": "/static/js/main.817f505c.js",
|
||||||
"static/js/787.650836a3.chunk.js": "/static/js/787.650836a3.chunk.js",
|
"static/js/787.650836a3.chunk.js": "/static/js/787.650836a3.chunk.js",
|
||||||
"static/media/MytwitchBanner.png": "/static/media/MytwitchBanner.7e6d238fe1f72356cd5a.png",
|
"static/media/MytwitchBanner.png": "/static/media/MytwitchBanner.7e6d238fe1f72356cd5a.png",
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
"static/media/youtube.png": "/static/media/youtube.eaa1e3811ce413b2444f.png",
|
"static/media/youtube.png": "/static/media/youtube.eaa1e3811ce413b2444f.png",
|
||||||
"static/media/TwitchLogo.png": "/static/media/TwitchLogo.69436ff2355ef440cde9.png",
|
"static/media/TwitchLogo.png": "/static/media/TwitchLogo.69436ff2355ef440cde9.png",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"main.450e29eb.css.map": "/static/css/main.450e29eb.css.map",
|
"main.60120164.css.map": "/static/css/main.60120164.css.map",
|
||||||
"main.817f505c.js.map": "/static/js/main.817f505c.js.map",
|
"main.817f505c.js.map": "/static/js/main.817f505c.js.map",
|
||||||
"787.650836a3.chunk.js.map": "/static/js/787.650836a3.chunk.js.map"
|
"787.650836a3.chunk.js.map": "/static/js/787.650836a3.chunk.js.map"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/css/main.450e29eb.css",
|
"static/css/main.60120164.css",
|
||||||
"static/js/main.817f505c.js"
|
"static/js/main.817f505c.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.817f505c.js"></script><link href="/static/css/main.450e29eb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.817f505c.js"></script><link href="/static/css/main.60120164.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
build/static/css/main.60120164.css
Normal file
2
build/static/css/main.60120164.css
Normal file
File diff suppressed because one or more lines are too long
1
build/static/css/main.60120164.css.map
Normal file
1
build/static/css/main.60120164.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -83,13 +83,23 @@
|
|||||||
width: 70px;
|
width: 70px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
.navbar .rightSide a {
|
.navbar .rightSide a {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .leftSide {
|
.navbar .leftSide {
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar #open img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close img {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
@@ -105,6 +115,14 @@
|
|||||||
.navbar .rightSide button {
|
.navbar .rightSide button {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar #open img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close img {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) {
|
@media only screen and (min-width: 601px) {
|
||||||
@@ -119,4 +137,13 @@
|
|||||||
.navbar .leftSide a {
|
.navbar .leftSide a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar #open img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close img {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user