Profile page
- add arrow to see more stat on dashboard
This commit is contained in:
@ -76,7 +76,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--------- FOR MATHIS : I made some changes here ---------->
|
||||
<div class="menuSelected" id="multiLocalSelected">
|
||||
<div id="whatGame">
|
||||
<p>The key to success is timing and precision, as you need to position your paddle correctly to deflect the ball at the right angle.</p>
|
||||
|
@ -20,11 +20,12 @@
|
||||
<!-- Dashboard and History Section -->
|
||||
<div class="content">
|
||||
<div class="dashboard">
|
||||
<div style="display: flex; justify-content: space-between; position: absolute; width: calc(100% - 40px);">
|
||||
<button class="button-dashboard" id="leftArrowDashboard"><</button>
|
||||
<button class="button-dashboard" id="rightArrowDashboard">></button>
|
||||
</div>
|
||||
<h3>Dashboard</h3>
|
||||
<div class="contentStats">
|
||||
<canvas id="stats">
|
||||
|
||||
</canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div class="history" id="history">
|
||||
|
Reference in New Issue
Block a user