generated from muhtadeetaron/nextjs-template
feat(ui): add modal functionality, leaderboard view
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user