Added Global Message for Next Game - Bug Fixed on Double Displaying Ping Buddies
This commit is contained in:
parent
db40539bf7
commit
de760c94ee
5 changed files with 170 additions and 60 deletions
|
|
@ -230,6 +230,33 @@ div-private {
|
|||
right-12
|
||||
}
|
||||
|
||||
|
||||
.popUpMessage {
|
||||
@apply
|
||||
bg-white
|
||||
p-6 rounded-xl
|
||||
shadow-xl
|
||||
w-[800px]
|
||||
h-[100px]
|
||||
p-[10px]
|
||||
border-1
|
||||
border-black
|
||||
|
||||
}
|
||||
|
||||
.gamePopup {
|
||||
@apply
|
||||
fixed
|
||||
inset-0
|
||||
bg-black/50
|
||||
flex
|
||||
justify-center
|
||||
items-center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.hidden{
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue