summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-05-24 13:32:27 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-05-24 13:32:27 -0400
commitc5e5d7c939a2640763775b0688ed698c51ec28c1 (patch)
treeeaa9f5493cf218471f96207d2fa86a9192f07606 /index.css
parentd5326e9f605e11fc33a7f37cc0ae674258de2424 (diff)
Applying force to the object using the mouse cursor
Diffstat (limited to 'index.css')
-rw-r--r--index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.css b/index.css
index c0e86b7..755156b 100644
--- a/index.css
+++ b/index.css
@@ -224,6 +224,8 @@ WebGL container
.opengl_canvas_container canvas {
border-radius: 3px 3px 0px 0px;
border: 1px solid #b0a565;
+ width: 800px;
+ height: 600px;
}
.opengl_canvas_container .stop_button {