Compare commits

..

No commits in common. "4518af433cd91a3c4c6c3b13156f0fa2cec0726b" and "abb584ac3240a2a120e143fa91372abdc99bb934" have entirely different histories.

2 changed files with 1 additions and 22 deletions

View File

@ -48,20 +48,3 @@
p {
@apply my-0;
}
body:has(
#game-container-1623,
#game-container-1735,
#game-container-1737,
#game-container-1736,
#game-container-1738,
#game-container-1739,
#game-container-1740,
#game-container-1741,
#game-container-1742,
#game-container-1743,
#game-container-1744
) {
.timer {
display: none !important;
}
}

View File

@ -52,8 +52,6 @@ export default function GameContainer({ gameId }) {
const gameBackgroundUrl = contextGameDatas.gameBlockDatas.attrs.coverUrl;
const blocks = contextGameDatas.gameBlockDatas.innerBlocks;
const gameContainerId = contextGameDatas.gameId ?? "null";
return (
<>
{/* <ExtraControls /> */}
@ -62,9 +60,7 @@ export default function GameContainer({ gameId }) {
<Timer />
<Help />
<div onMouseDown={handleMouseDown} onMouseMove={handleMouseMove} onMouseUp={handleMouseUp}>
<section
className='wp-block-lhoist-blocks-search-and-find lhoist-blocks-search-and-find'
id={`game-container-${gameContainerId}`}>
<section className='wp-block-lhoist-blocks-search-and-find lhoist-blocks-search-and-find'>
<div className='lhoist-blocks-search-and-find__objects-container'>
<img
className='lhoist-blocks-search-and-find__background_picture'