added frontend for userl list in game

This commit is contained in:
Hepatica
2024-02-25 03:16:24 +01:00
parent 2f76ae3f3d
commit 37dc8795b4
2 changed files with 35 additions and 17 deletions

View File

@@ -60,6 +60,8 @@
}
.jackpot-useringame-list{
margin-top: 3.5%;
overflow-y: auto;
height: 62vh
}
.jackpot-carousel-user {
z-index: 1;
@@ -69,12 +71,11 @@
background: #1F2543;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
/* height: 480px; */
/* height: 100%; */
border: 1px solid #262C55;
height: 95%;
}