Add history for double games

This commit is contained in:
Hepatica
2024-03-31 08:37:39 +02:00
parent 13e026e702
commit 4c49d143ae
3 changed files with 43 additions and 23 deletions

View File

@@ -41,6 +41,8 @@
height: 95%;
}
.container-double-history-text {
display: flex;
}

View File

@@ -150,7 +150,8 @@
#diamonds-input {
/* width: 347px;
height: 38px; */
width: 37vh;
/* width: 37vh; */
width: 36vh;
height: 4vh;
}