Change:persist last search term #142

This commit is contained in:
advplyr 2022-04-26 17:05:49 -05:00
parent d64dd63ea4
commit be885009ad
3 changed files with 20 additions and 3 deletions

View file

@ -18,7 +18,7 @@
<widgets-download-progress-indicator />
<!-- Must be connected to a server to cast, only supports media items on server -->
<div v-show="isCastAvailable && user" class="mx-2 cursor-pointer mt-1">
<div v-show="isCastAvailable && user" class="mx-2 cursor-pointer mt-1.5">
<span class="material-icons" :class="isCasting ? 'text-success' : ''" style="font-size: 1.6rem" @click="castClick">cast</span>
</div>