Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Patgar1 committed Oct 15, 2024
1 parent 1881323 commit 3cd8682
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions spicybattle.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,6 @@
margin: 0;
}





#not-found-text {
font-size: 1.5rem;
}
Expand All @@ -342,7 +338,6 @@
font-weight: bold;
}


#search-interface {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -383,10 +378,6 @@
display: none;
}





@media (max-width: 768px) {
#leaderboard-section table {
width: 100%;
Expand Down Expand Up @@ -474,8 +465,6 @@ <h1>Spicy Battle</h1>
</div>
<div id="player-search-result"></div>
</div>


<script>
function getTop50Border(elo) {
if (elo > 2433) return 'purple-border';
Expand Down Expand Up @@ -810,7 +799,6 @@ <h1>Spicy Battle</h1>
const searchAgainBtn = document.getElementById('search-again');
const input = document.getElementById('search-input');


if (sectionId === 'global-stats-section' || sectionId === 'leaderboard-section' && displayValue == 'block') {
searchUi.style.display = 'block';
searchAgainBtn.style.display = 'none';
Expand Down Expand Up @@ -872,7 +860,6 @@ <h1>Spicy Battle</h1>
let leaderboardPosition;
let elo;


const searchUi = document.querySelector('.search-container');
const searchAgainBtn = document.getElementById('search-again');
const input = document.getElementById('search-input');
Expand Down

0 comments on commit 3cd8682

Please sign in to comment.