Added "Compact" theme

This commit is contained in:
nutty
2026-06-27 05:56:55 +10:00
parent a4e78595bd
commit f24d7fce2f
3 changed files with 433 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<div id="main-wrapper">
<div id="song-info-container">
<div id="background-layer"></div>
<div id="song-info-wrapper">
<div id="song-label" class="text-label">
<span id="artist-label"></span>
<span id="track-label"></span>
</div>
</div>
</div>
</div>