mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +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
@@ -1,122 +1,149 @@
|
|||||||
.navbar {
|
.navbar {
|
||||||
width: 100svw;
|
width: 100svw;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .leftSide {
|
||||||
|
flex: 50%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding-left: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .leftSide img {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .rightSide {
|
||||||
|
flex: 50%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a {
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
text-decoration: none;
|
||||||
|
margin: 10px;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a:hover {
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgb(255, 0, 0);
|
||||||
|
transition: 0.3s ease-in;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a.active {
|
||||||
|
font-size: 22px;
|
||||||
|
border-radius: 15%;
|
||||||
|
background-color: rgba(255, 0, 0, 0.552);
|
||||||
|
padding: 10px;
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .rightSide button {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .rightSide svg {
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #open {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #open img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close img {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #open .hiddenLinks {
|
||||||
|
display: inherit;
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close .hiddenLinks {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #open a {
|
||||||
|
width: 70px;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 900px) {
|
||||||
|
.navbar .rightSide a {
|
||||||
|
width: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .leftSide {
|
.navbar .leftSide {
|
||||||
flex: 50%;
|
padding-left: 50px;
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding-left: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .leftSide img {
|
|
||||||
width: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .rightSide {
|
|
||||||
flex: 50%;
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar a {
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
text-decoration: none;
|
|
||||||
margin: 10px;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar a:hover {
|
|
||||||
font-size: 20px;
|
|
||||||
color: rgb(255, 0, 0);
|
|
||||||
transition: 0.3s ease-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar a.active {
|
|
||||||
font-size: 22px;
|
|
||||||
border-radius: 15%;
|
|
||||||
background-color: rgba(255, 0, 0, 0.552);
|
|
||||||
padding: 10px;
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .rightSide button {
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
color: white;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .rightSide svg {
|
|
||||||
font-size: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar #open {
|
|
||||||
padding-left: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar #open img {
|
.navbar #open img {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar #close img {
|
.navbar #close img {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.navbar #open .hiddenLinks {
|
|
||||||
display: inherit;
|
@media only screen and (max-width: 600px) {
|
||||||
margin-left: 30px;
|
.navbar .rightSide a {
|
||||||
}
|
|
||||||
|
|
||||||
.navbar #close .hiddenLinks {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar #open a {
|
.navbar .rightSide {
|
||||||
width: 70px;
|
justify-content: flex-end;
|
||||||
margin: 5px;
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 900px) {
|
|
||||||
.navbar .rightSide a {
|
.navbar .rightSide button {
|
||||||
width: 65px;
|
display: inherit;
|
||||||
}
|
|
||||||
.navbar .leftSide {
|
|
||||||
padding-left: 50px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
.navbar #open img {
|
||||||
.navbar .rightSide a {
|
display: none;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .rightSide {
|
|
||||||
justify-content: flex-end;
|
|
||||||
padding-right: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar .rightSide button {
|
|
||||||
display: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) {
|
.navbar #close img {
|
||||||
.navbar .rightSide button {
|
display: inherit;
|
||||||
display: none;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hiddenLinks {
|
@media only screen and (min-width: 601px) {
|
||||||
display: none;
|
.navbar .rightSide button {
|
||||||
}
|
display: none;
|
||||||
|
}
|
||||||
.navbar .leftSide a {
|
|
||||||
display: none;
|
.hiddenLinks {
|
||||||
}
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar .leftSide a {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #open img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar #close img {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user