APlayer icon indicating copy to clipboard operation
APlayer copied to clipboard

Multiple 'new APlayer' style error.

Open yodagg opened this issue 5 years ago • 1 comments

reemerge

code

  1. init new APlayer({ fixed: true })
  2. destroy APlayer.destroy()
  3. init ( style error ) new APlayer({ fixed: true })

snapshot

20200722172811

yodagg avatar Jul 22 '20 09:07 yodagg

.aplayer-body width error.

20200722173354

https://github.com/MoePlayer/APlayer/blob/master/src/js/player.js#L66 It can be changed to CSS .aplayer.aplayer-fixed .aplayer-body { width: calc(100% - 18px) }

yodagg avatar Jul 22 '20 09:07 yodagg