edit: theme switch button, réglages couleurs & minor bug fix

This commit is contained in:
2026-03-22 05:14:51 +01:00
parent 460f7f637d
commit 4bf142a752
7 changed files with 151 additions and 5 deletions
@@ -71,6 +71,8 @@
font-family: 'velvelyne';
font-size: 16.1px;
font-weight: bold;
white-space: pre;
line-height: 1.0em;
}
@@ -86,6 +88,7 @@
#playerCreditStyle{
margin-left: 33px;
width: 33.3%;
white-space: inherit;
}
}
</style>
@@ -114,7 +117,7 @@
this.target.pause();
this.selectedSong = this.audioData[this.trackCount];
this.audioFile = this.selectedSong.src;
this.audioCredits = this.selectedSong.artist +'-'+ this.selectedSong.track;
this.audioCredits = ' ' + this.selectedSong.track +' - \n '+ this.selectedSong.artist;
this.target.volume = 1;
this.target.load();
if(this.isPlaying){