Skip to content

Commit

Permalink
Fixed styles for leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tulec committed Dec 4, 2024
1 parent 49e8314 commit 48a9b95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ nav h1 {
.leaderboard {
position: absolute;
height: 60vh;
right: 70px;
right: 1%;
top: 100px;
margin: 20px;
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -413,4 +413,8 @@ tr:nth-child(even) {
}
}

@media screen {

}


4 changes: 2 additions & 2 deletions frontend/src/components/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const Leaderboard: React.FC = () => {
<thead>
<tr>
<th>Место</th>
<th>Имя пользователя</th>
<th>Имя</th>
<th>Победы</th>
<th>Отношение W/L</th>
<th>W/L</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 48a9b95

Please sign in to comment.