tweaks
This commit is contained in:
parent
616ae4fa4c
commit
3e2d6c6a5c
2 changed files with 40 additions and 5 deletions
|
|
@ -407,11 +407,9 @@ body.game-in-progress {
|
|||
pointer-events: none;
|
||||
user-select: none;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
bottom: 10%;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.crt-monitor {
|
||||
|
|
@ -427,7 +425,6 @@ body.game-in-progress {
|
|||
pointer-events: none;
|
||||
user-select: none;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
|
|
@ -435,6 +432,6 @@ body.game-in-progress {
|
|||
pointer-events: none;
|
||||
user-select: none;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue