mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Update minimum app dimensions
This commit is contained in:
@@ -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);
|
||||
`;
|
||||
|
||||
@@ -35,6 +35,7 @@ const Layout = styled.div<{ windowBarStyle: Platform }>`
|
||||
grid-template-columns: 1fr;
|
||||
gap: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
const WindowBar = lazy(() =>
|
||||
|
||||
@@ -14,7 +14,6 @@ html {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 640px;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
|
||||
Reference in New Issue
Block a user