feat(ui): add modal functionality, leaderboard view

This commit is contained in:
shafin-r
2025-07-10 19:28:50 +06:00
parent 64fc4d9a9a
commit 71eeafdaee
9 changed files with 358 additions and 83 deletions

View File

@ -79,6 +79,8 @@
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px solid #000;
width: 100%;
}
.timeValue {
@ -153,7 +155,7 @@
}
.timer {
width: 160px;
width: 180px;
height: 60px;
padding: 0 5px;
}