From cafac3f6efa4f9c352f0b9ba89ab3708231e6f77 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 23 Jan 2025 14:28:58 +0100 Subject: [PATCH] change canvas / video / photo size --- setup_microscope.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/setup_microscope.html b/setup_microscope.html index d17b153..156fc4b 100644 --- a/setup_microscope.html +++ b/setup_microscope.html @@ -17,21 +17,16 @@ #video { position:absolute; z-index: 9; - width: 100%; + width: 90%; } #canvas-draw{ position:absolute; z-index:10; - width: 100%; - } - #canvas-debug{ - position:absolute; - z-index:10; - width: 20em; - opacity: 100%; + width: 90%; } + #photo { position:absolute; z-index:5;