fix
This commit is contained in:
@@ -69,8 +69,9 @@
|
||||
</header>
|
||||
|
||||
<section class="artwork-section">
|
||||
<div class="artwork-container">
|
||||
<div class="artwork-placeholder">
|
||||
<div class="artwork-stack">
|
||||
<div class="artwork-container">
|
||||
<div class="artwork-placeholder">
|
||||
<!-- Gooey SVG filter for fluid blob blending -->
|
||||
<svg width="0" height="0" style="position:absolute">
|
||||
<defs>
|
||||
@@ -99,13 +100,15 @@
|
||||
<img id="station-logo-img" class="station-logo-img hidden" alt="station logo">
|
||||
<span class="station-logo-text">1</span>
|
||||
|
||||
<!-- Coverflow-style station carousel inside the artwork (drag or use arrows) -->
|
||||
<div id="artwork-coverflow" class="artwork-coverflow" aria-label="Stations">
|
||||
<button id="artwork-prev" class="coverflow-arrow left" aria-label="Previous station">‹</button>
|
||||
<div id="artwork-coverflow-stage" class="artwork-coverflow-stage" role="list" aria-label="Station icons"></div>
|
||||
<button id="artwork-next" class="coverflow-arrow right" aria-label="Next station">›</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Coverflow-style station carousel under the artwork (drag or use arrows) -->
|
||||
<div id="artwork-coverflow" class="artwork-coverflow" aria-label="Stations">
|
||||
<button id="artwork-prev" class="coverflow-arrow left" aria-label="Previous station">‹</button>
|
||||
<div id="artwork-coverflow-stage" class="artwork-coverflow-stage" role="list" aria-label="Station icons"></div>
|
||||
<button id="artwork-next" class="coverflow-arrow right" aria-label="Next station">›</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user