summaryrefslogtreecommitdiff
path: root/cnn_v3/tools/index.html
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-22 16:40:02 +0100
committerskal <pascal.massimino@gmail.com>2026-03-22 16:40:02 +0100
commit31c6287f58b128f3e9a8a7bca5b09befa7fc96b5 (patch)
tree27892e3bd835a878ea4e87463792649f56798ffc /cnn_v3/tools/index.html
parente46c2a6a110e803cab1e50095dd8ef60add8c788 (diff)
fix(cnn_v3/tools): zoom canvas fits remaining panel space (both axes, rAF measure)
Diffstat (limited to 'cnn_v3/tools/index.html')
-rw-r--r--cnn_v3/tools/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cnn_v3/tools/index.html b/cnn_v3/tools/index.html
index f22084d..26fee9b 100644
--- a/cnn_v3/tools/index.html
+++ b/cnn_v3/tools/index.html
@@ -142,11 +142,11 @@ video{display:none}
<div class="right">
<div class="panel" style="flex:1;display:flex;flex-direction:column;min-height:0">
<div class="ph">Layer Visualization</div>
- <div class="pc" id="layerViz" style="flex:1;overflow:auto">
+ <div class="pc" id="layerViz" style="flex:1;min-height:0;overflow:auto">
<p style="color:#444;text-align:center">Load image + weights</p>
</div>
- <div id="chzoomWrap" style="display:none;flex-direction:column;align-items:center;gap:3px;padding:6px;border-top:1px solid #333;background:#1a1a1a">
- <span id="chzoomLbl" style="font-size:9px;color:#666"></span>
+ <div id="chzoomWrap" style="display:none;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px;border-top:1px solid #333;background:#1a1a1a;flex:1;min-height:0;overflow:hidden">
+ <span id="chzoomLbl" style="font-size:9px;color:#666;flex-shrink:0"></span>
<canvas id="chzoom" style="image-rendering:pixelated;display:block"></canvas>
</div>
</div>