From cee5731e6c55bf71ad3a0f841b484ef1b73a68fb Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 4 Jan 2025 01:05:34 -0800 Subject: [PATCH] begone flex --- web-client/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/web-client/index.html b/web-client/index.html index 054522e..5622bba 100644 --- a/web-client/index.html +++ b/web-client/index.html @@ -2,7 +2,7 @@ - + Strafe Client @@ -16,15 +16,9 @@ .root { width: 100%; height: 100%; - display: flex; - flex-direction: column; } .main-canvas { margin: 0; - /* This allows the flexbox to grow to max size, this is needed for WebGPU */ - flex: 1; - /* This forces CSS to ignore the width/height of the canvas, this is needed for WebGL */ - contain: size; }