mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
fix: item page background conflict
This commit is contained in:
parent
26d0209763
commit
439ab2c8c0
4 changed files with 6 additions and 8 deletions
|
@ -164,6 +164,7 @@ export default {
|
|||
showFullscreen(val) {
|
||||
this.updateScreenSize()
|
||||
this.$store.commit('setPlayerFullscreen', !!val)
|
||||
document.querySelector('body').style.backgroundColor = this.showFullscreen ? this.coverRgb : ""
|
||||
},
|
||||
bookCoverAspectRatio() {
|
||||
this.updateScreenSize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue