history games now in chat and profil

This commit is contained in:
NigeParis 2026-01-13 15:19:00 +01:00 committed by Maix0
parent 9e431e9c6c
commit 2e87cb12c1
11 changed files with 121 additions and 13 deletions

View file

@ -36,6 +36,24 @@
active:shadow-[0_2px_0_0_black];
}
.btn-style-games {
@apply
w-35
h-8
border
border-gray-500
rounded-3xl
bg-gray-500
text-white
cursor-pointer
shadow-[0_2px_0_0_black]
transition-all
hover:bg-blue-200
active:bg-gray-400
active:translate-y-px
active:shadow-[0_2px_0_0_black];
}
.send-btn-style {
@apply
w-12.5
@ -106,6 +124,19 @@
}
.b-game {
@apply
absolute
top-4
left-6
}
.b-TTTgame {
@apply
absolute
left-6
top-14
}
.text-info {
@apply
@ -259,6 +290,20 @@ div-private {
right-12
}
.popup-b-game {
@apply
absolute
bottom-52
left-12
}
.popup-b-TTTgame {
@apply
absolute
bottom-42
left-12
}
.popUpMessage {
@apply
bg-white