mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added normal version for game history
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
.jackpot-history__content {
|
.jackpot-history__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
/*max-width: 80%;*/
|
|
||||||
max-height: 800px;
|
max-height: 800px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -8,7 +7,7 @@
|
|||||||
|
|
||||||
.jackpot-history__element {
|
.jackpot-history__element {
|
||||||
display: flex;
|
display: flex;
|
||||||
/*flex-direction: column;*/
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ t<template>
|
|||||||
<div class="element-info__user-info">
|
<div class="element-info__user-info">
|
||||||
<h2 class="username">{{ game.winnerUserName }}</h2>
|
<h2 class="username">{{ game.winnerUserName }}</h2>
|
||||||
<h2 class="user-deposit">
|
<h2 class="user-deposit">
|
||||||
{{ game.winStake }}
|
{{ game.winStake.toFixed(2) }}
|
||||||
<span class="img-width"><img src="@/assets/icons-profile/icon-diamond-ore.png"></span>
|
<span class="img-width"><img src="@/assets/icons-profile/icon-diamond-ore.png"></span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user