fix: hide analyzer when in frame player mode
This commit is contained in:
parent
55eafa943f
commit
732ff0858e
|
|
@ -24,7 +24,7 @@
|
||||||
<h3 class="page-subtitle">The Station at the End of Time</h3>
|
<h3 class="page-subtitle">The Station at the End of Time</h3>
|
||||||
|
|
||||||
<!-- Spectrum Analyzer Canvas -->
|
<!-- Spectrum Analyzer Canvas -->
|
||||||
<div style="text-align: center; margin: 15px 0;">
|
<div style="text-align: center; margin: 15px 0;" lquery='(css :display (when framesetp "none") :margin (when framesetp "0"))'>
|
||||||
<canvas id="spectrum-canvas" width="800" height="100" style="max-width: 100%; border: 1px solid #00ff00; background: #000; border-radius: 4px;"></canvas>
|
<canvas id="spectrum-canvas" width="800" height="100" style="max-width: 100%; border: 1px solid #00ff00; background: #000; border-radius: 4px;"></canvas>
|
||||||
<div style="margin-top: 8px; font-size: 0.9em;">
|
<div style="margin-top: 8px; font-size: 0.9em;">
|
||||||
<label style="margin-right: 10px;">
|
<label style="margin-right: 10px;">
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<!-- Spectrum Analyzer Canvas -->
|
<!-- Spectrum Analyzer Canvas -->
|
||||||
<c:if test="framesetp">
|
<c:if test="framesetp">
|
||||||
<c:then>
|
<c:then>
|
||||||
<div style="text-align: center; margin: 15px 0;">
|
<div style="text-align: center; margin: 15px 0; display: none;">
|
||||||
<canvas id="spectrum-canvas" width="800" height="100" style="max-width: 100%; border: 1px solid #00ff00; background: #000; border-radius: 4px;"></canvas>
|
<canvas id="spectrum-canvas" width="800" height="100" style="max-width: 100%; border: 1px solid #00ff00; background: #000; border-radius: 4px;"></canvas>
|
||||||
<div style="margin-top: 8px; font-size: 0.9em;">
|
<div style="margin-top: 8px; font-size: 0.9em;">
|
||||||
<label style="margin-right: 10px;">
|
<label style="margin-right: 10px;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue