Add members showing in game

This commit is contained in:
Hepatica
2024-04-01 23:19:14 +02:00
parent 207d99edec
commit 22b398ed5e
2 changed files with 67 additions and 7 deletions

View File

@@ -17,6 +17,49 @@
height: 94%; height: 94%;
} }
.double-members-ingame-red {
z-index: 1;
border: 2px solid #3B4260;
border-radius: 15px;
background: #1C2133;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin-top: 1vh;
margin-top: 1vh;
width: 100%;
height: 94%;
}
.double-members-ingame-green {
z-index: 1;
border: 2px solid #3B4260;
border-radius: 15px;
background: #1C2133;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin-top: 1vh;
margin-top: 1vh;
width: 100%;
height: 94%;
}
.double-members-ingame-black {
z-index: 1;
border: 2px solid #3B4260;
border-radius: 15px;
background: #1C2133;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin-top: 1vh;
margin-top: 1vh;
width: 100%;
height: 94%;
}
.double-game {
z-index: 1;
border-radius: 20px;
width: 69%;
height: 94%;
}
.double-game-main-box { .double-game-main-box {
border-radius: 10px; border-radius: 10px;
border: 1px solid #262C55; border: 1px solid #262C55;
@@ -41,8 +84,6 @@
height: 95%; height: 95%;
} }
.container-double-history-text { .container-double-history-text {
display: flex; display: flex;
} }

View File

@@ -111,12 +111,31 @@
</Carousel> </Carousel>
</div> </div>
</div> </div>
<div class="col-md-12"> <div class="col-md-4" style="padding-left: 0px">
<h1>double</h1> <div class="double-members-ingame-red">
<h2 v-if="timeToGame !== null"> <h1>Red X2</h1>
time to game - {{ timeToGame.toFixed(0) }} <h1>fds</h1>
</h2> <h1>fds</h1>
<h1>fds</h1>
</div>
</div> </div>
<div class="col-md-4">
<div class="double-members-ingame-green">
<h1>Red X2</h1>
<h1>fds</h1>
<h1>fds</h1>
<h1>fds</h1>
</div>
</div>
<div class="col-md-4">
<div class="double-members-ingame-black">
<h1>Red X2</h1>
<h1>fds</h1>
<h1>fds</h1>
<h1>fds</h1>
</div>
</div>
<!-- </div> --> <!-- </div> -->
</div> </div>
</div> </div>