mobile, idek

This commit is contained in:
sky
2025-08-17 19:14:11 -04:00
parent db94e9fe49
commit 4e315c993a
6 changed files with 293 additions and 119 deletions

View File

@ -34,7 +34,7 @@
</script>
<!-- initialize my stuff -->
<script src="/js/all.js"></script>
<script src="/js/all.min.js"></script>
<script src="/js/main.js"></script>
<link rel="stylesheet" href="/css/main.css" />
@ -423,15 +423,6 @@
<div class="profile-element edit" id="song">
<h2>{{ song_title }}</h2>
<h3>{{ song_artist }}</h3>
<div class="samerow">
<p id="curPos">0:00</p>
<input type="range" id="playbar" min="1" max="1000" />
<p id="totalLength">9:99</p>
</div>
<div class="samerow">
<img id="playPause" src="/img/pause.svg" class="controls"/>
<img id="mute" src="/img/volume.svg" class="controls"/>
</div>
</div>
<div class="profile-element">
<h2>Joined {{ join_date }}</h2>