mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-13 06:51:29 +00:00
Add shadow behind star icon on cover.
This commit is contained in:
parent
a5999fb9df
commit
81201efd44
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
class="absolute text-yellow-400 left-0 z-10 cursor-pointer hover:scale-110 transform duration-150"
|
||||
:style="{ padding: 0.375 + 'em', bottom: ebookFormat ? '1.25em' : '0px' }"
|
||||
@click.stop.prevent="toggleFavorite">
|
||||
<span class="material-symbols fill" aria-hidden="true" :style="{ fontSize: 1.5 + 'em' }">star</span>
|
||||
<span class="material-symbols fill" aria-hidden="true" :style="{ fontSize: 1.5 + 'em', textShadow: '0 0 3px black' }">star</span>
|
||||
</div>
|
||||
|
||||
<!-- Series sequence -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue