summaryrefslogtreecommitdiff
path: root/cnn_v3/tools/index.html
diff options
context:
space:
mode:
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>