mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
Update lyric.html
feat:优化桌面歌词字体调整
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
}
|
||||
case "font-size-reduce": {
|
||||
let fontSize = options.fontSize;
|
||||
if (fontSize > 20) {
|
||||
if (fontSize > 10) {
|
||||
fontSize--;
|
||||
this.changeOptions({ ...options, fontSize });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user