mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 05:59:42 +00:00
hide invalid cover message for screen readers
This commit is contained in:
parent
9c8dffddcf
commit
90b56f99ea
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<div v-if="imageFailed" class="absolute top-0 left-0 right-0 bottom-0 w-full h-full bg-red-100" :style="{ padding: placeholderCoverPadding + 'rem' }">
|
||||
<div class="w-full h-full border-2 border-error flex flex-col items-center justify-center">
|
||||
<img v-if="width > 100" src="/Logo.png" class="mb-2" :style="{ height: 40 * sizeMultiplier + 'px' }" />
|
||||
<p class="text-center text-error" :style="{ fontSize: invalidCoverFontSize + 'rem' }">Invalid Cover</p>
|
||||
<p class="text-center text-error" :style="{ fontSize: invalidCoverFontSize + 'rem' }" aria-hidden="true">Invalid Cover</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue