edit: theme switch button, réglages couleurs & minor bug fix
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user