This commit is contained in:
Viktor Rådberg
2024-01-13 15:02:33 +01:00
parent 4ecb83060d
commit 38e4cb8e8c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { Orientation } from '../../Types/Settings';
import { Player } from '../Player/Player';
import { twc } from 'react-twc';
const MainWrapper = twc.div`w-[100vmax] h-[100vmin] w-[100dvmax] h-[100dvmin] overflow-hidden`;
const MainWrapper = twc.div`w-[100dvmax] h-[100dvmin] overflow-hidden`;
export const Play = () => {
const { players } = usePlayers();