fix: hide analyzer when in frame player mode

This commit is contained in:
Luis Pereira 2026-01-16 21:45:17 +00:00 committed by Brian O'Reilly
parent 55eafa943f
commit 732ff0858e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<h3 class="page-subtitle">The Station at the End of Time</h3>
<!-- 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>
<div style="margin-top: 8px; font-size: 0.9em;">
<label style="margin-right: 10px;">

View File

@ -28,7 +28,7 @@
<!-- Spectrum Analyzer Canvas -->
<c:if test="framesetp">
<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>
<div style="margin-top: 8px; font-size: 0.9em;">
<label style="margin-right: 10px;">