Merge remote-tracking branch 'remotes/upstream/master'

# Conflicts:
#	client/components/app/BookShelfCategorized.vue
#	client/components/ui/IconBtn.vue
#	client/components/ui/ReadIconBtn.vue
This commit is contained in:
Toni Barth 2025-01-02 17:17:49 +01:00
commit cbd340f05e
124 changed files with 3661 additions and 2571 deletions

View file

@ -121,6 +121,8 @@ export default {
var img = document.createElement('img')
img.src = src
img.alt = `${this.name}, ${this.$strings.LabelCover}`
img.ariaHidden = true
img.className = 'absolute top-0 left-0 w-full h-full'
img.style.objectFit = showCoverBg ? 'contain' : 'cover'