Skip to content

Commit

Permalink
Merge branch 'add-turnstile' into dns-prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki authored Mar 22, 2024
2 parents 7f756c6 + 642067a commit c93093c
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 55 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@marsidev/react-turnstile": "^0.5.3",
"@mdi/js": "^6.9.96",
"@mdi/react": "^1.6.1",
"@mui/lab": "^5.0.0-alpha.166",
Expand Down
6 changes: 5 additions & 1 deletion src/pages/player/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
grid-template-columns: auto;
}

.grid-container > div {
.grid-container>div {
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 20px;
Expand Down Expand Up @@ -54,3 +54,7 @@ ul.favorite-item-list li {
.banned {
color: #cd1e2f;
}

.turnstile-widget {
margin-top: 20px;
}
Loading

0 comments on commit c93093c

Please sign in to comment.