share button
This commit is contained in:
parent
4fa607ab86
commit
88fefad2fd
4 changed files with 164 additions and 2 deletions
|
|
@ -82,7 +82,15 @@
|
|||
<button class="music-lightbox-control-btn" id="musicLightboxNext">⏭</button>
|
||||
</div>
|
||||
|
||||
<!-- Lyrics moved here - below the controls -->
|
||||
<!-- SHARE BUTTON - NEW ROW BETWEEN CONTROLS AND LYRICS -->
|
||||
<div class="music-lightbox-share-row">
|
||||
<button id="musicShareBtn" class="music-lightbox-share-btn" title="Share or interact with this track">
|
||||
<span class="share-icon">🔗</span>
|
||||
<span class="share-label">Share</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Lyrics -->
|
||||
<div class="music-lightbox-lyrics" id="musicLightboxLyrics" style="display: none;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="footer-right">
|
||||
<div class="footer-meta-item">
|
||||
<span class="icon">🕒</span>
|
||||
<span class="label">Updated</span>
|
||||
<span class="label">Last Built</span>
|
||||
<span class="value">{{ now.Format "Jan 2, 2006 · 15:04" }}</span>
|
||||
</div>
|
||||
<div class="footer-meta-item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue