mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 15:59:38 +00:00
Replace Material Icons in LaxyBookCard and ShareModal components
This commit is contained in:
parent
0fc84a8684
commit
abc76ca155
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
<!-- media item shared icon -->
|
||||
<div cy-id="mediaItemShare" v-if="mediaItemShare && !isSelectionMode && !isHovering" class="absolute text-success left-0 z-10" :style="{ padding: 0.375 + 'em', top: rssFeed ? '2em' : '0px' }">
|
||||
<span class="material-icons" :style="{ fontSize: 1.5 + 'em' }">public</span>
|
||||
<span class="material-symbols" :style="{ fontSize: 1.5 + 'em' }">public</span>
|
||||
</div>
|
||||
|
||||
<!-- Series sequence -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue