commit
This commit is contained in:
parent
2be1074ce5
commit
a2a6d9d11e
4 changed files with 23 additions and 2 deletions
|
@ -104,3 +104,24 @@ body {
|
|||
.helpButton-disabled {
|
||||
background-color: #d45555;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 664px) {
|
||||
.game {
|
||||
padding: 15px;
|
||||
border-radius: 45px;
|
||||
}
|
||||
|
||||
.game-image {
|
||||
height: 150px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.game-right {
|
||||
width: 55vw;
|
||||
margin-right: 5vw;
|
||||
}
|
||||
|
||||
.game-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
|
@ -117,7 +117,7 @@ export default function Home() {
|
|||
<div className='game-bottom'>
|
||||
<div className='helpers'>
|
||||
{JSON.parse(game.helpers).length === 0 ? (
|
||||
<p className='no-helper'>Aucun membre ne connait les rêgles</p>
|
||||
<p className='no-helper'>Personne</p>
|
||||
) :
|
||||
(JSON.parse(game.helpers).map((helper) => (
|
||||
helper === user.username ? () => { } : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue