share button

This commit is contained in:
sakrecoer 2026-08-07 15:01:03 +02:00
parent 4fa607ab86
commit 88fefad2fd
4 changed files with 164 additions and 2 deletions

View file

@ -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>

View file

@ -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">