Update minimum app dimensions

This commit is contained in:
jeffvli 2023-06-03 17:36:12 -07:00 committed by Jeff
parent 782c351ca6
commit 7430bba853
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ import { RightControls } from './right-controls';
import { PlayersRef } from '/@/renderer/features/player/ref/players-ref';
const PlayerbarContainer = styled.div`
width: 100%;
width: 100vw;
height: 100%;
border-top: var(--playerbar-border-top);
`;