-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
63 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.eb7fb924.css", | ||
"main.js": "./static/js/main.dadedf5a.js", | ||
"main.css": "./static/css/main.5fe367e9.css", | ||
"main.js": "./static/js/main.edb48d28.js", | ||
"index.html": "./index.html", | ||
"main.eb7fb924.css.map": "./static/css/main.eb7fb924.css.map", | ||
"main.dadedf5a.js.map": "./static/js/main.dadedf5a.js.map" | ||
"main.5fe367e9.css.map": "./static/css/main.5fe367e9.css.map", | ||
"main.edb48d28.js.map": "./static/js/main.edb48d28.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.eb7fb924.css", | ||
"static/js/main.dadedf5a.js" | ||
"static/css/main.5fe367e9.css", | ||
"static/js/main.edb48d28.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><title>LiveCodeBench Leaderboard</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="LiveCodeBench Leaderboard"/><link rel="stylesheet" href="bootstrap.min.css"/><link rel="stylesheet" href="./css/bulma.min.css"/><link rel="stylesheet" href="./css/bulma-carousel.min.css"/><link rel="stylesheet" href="./css/bulma-slider.min.css"/><link rel="stylesheet" href="./css/fontawesome.all.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"/><link rel="stylesheet" href="./css/index.css"/><link rel="icon" href="./images/favicon.svg"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script defer="defer" src="./js/fontawesome.all.min.js"></script><script src="./js/bulma-carousel.min.js"></script><script src="./js/bulma-slider.min.js"></script><script src="./js/index.js"></script><script defer="defer" src="./static/js/main.dadedf5a.js"></script><link href="./static/css/main.eb7fb924.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><title>LiveCodeBench Leaderboard</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="LiveCodeBench Leaderboard"/><link rel="stylesheet" href="bootstrap.min.css"/><link rel="stylesheet" href="./css/bulma.min.css"/><link rel="stylesheet" href="./css/bulma-carousel.min.css"/><link rel="stylesheet" href="./css/bulma-slider.min.css"/><link rel="stylesheet" href="./css/fontawesome.all.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"/><link rel="stylesheet" href="./css/index.css"/><link rel="icon" href="./images/favicon.svg"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script defer="defer" src="./js/fontawesome.all.min.js"></script><script src="./js/bulma-carousel.min.js"></script><script src="./js/bulma-slider.min.js"></script><script src="./js/index.js"></script><script defer="defer" src="./static/js/main.edb48d28.js"></script><link href="./static/css/main.5fe367e9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
4 changes: 2 additions & 2 deletions
4
build/static/css/main.eb7fb924.css → build/static/css/main.5fe367e9.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
build/static/js/main.dadedf5a.js → build/static/js/main.edb48d28.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
build/static/js/main.dadedf5a.js.map → build/static/js/main.edb48d28.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
agGridMaxWidth { | ||
max-width: 1200px; | ||
/* Adjust this value based on your preference */ | ||
margin: auto; | ||
/* This centers the grid horizontally */ | ||
} | ||
|
||
.ag-theme-quartz .ag-cell { | ||
font-size: 17px !important; | ||
} | ||
|
||
.ag-theme-quartz .ag-header-cell-label { | ||
font-size: 19px !important; | ||
align-items: center; | ||
} | ||
|
||
.MuiSlider-markLabel { | ||
display: none; | ||
} | ||
|
||
|
||
@media only screen and (max-width: 768px) { | ||
agGridMaxWidth { | ||
max-width: 750px; | ||
/* Adjust this value based on your preference */ | ||
margin: auto; | ||
/* This centers the grid horizontally */ | ||
} | ||
|
||
.ag-theme-quartz .ag-cell { | ||
font-size: 14px !important; | ||
} | ||
|
||
.ag-theme-quartz .ag-header-cell-label { | ||
font-size: 16px !important; | ||
align-items: center; | ||
} | ||
|
||
#flexGridWrapper { | ||
width: 100%; | ||
margin: auto; | ||
max-width: 760px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters