- Fix icon invit game
    - Fix bug history
    - Add scroll history (maybe)
    - Fix cross notification to real cross
This commit is contained in:
Mathis Degryck
2024-09-30 19:16:36 +02:00
parent c8052db9a5
commit 33957b5ffe
8 changed files with 28 additions and 13 deletions

View File

@ -112,6 +112,11 @@
text-align: center;
}
#profil .scroll-match {
overflow-y: auto;
height: 100%;
}
#profil .history {
background-color: white;
width: 48%;
@ -188,14 +193,16 @@
cursor: pointer;
}
#profil .user-1 {
#profil #user-1 {
display: flex;
align-items: center;
flex-direction: column;
}
#profil .user-2 {
#profil #user-2 {
display: flex;
align-items: center;
flex-direction: column;
}
#profil .versus{