mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 07:07:22 +02:00
Fix: app bar alignment
This commit is contained in:
@@ -21,12 +21,14 @@
|
|||||||
<widgets-download-progress-indicator />
|
<widgets-download-progress-indicator />
|
||||||
|
|
||||||
<!-- Must be connected to a server to cast, only supports media items on server -->
|
<!-- Must be connected to a server to cast, only supports media items on server -->
|
||||||
<div v-show="isCastAvailable && user" class="mx-2 cursor-pointer flex items-center pt-0.5" @click="castClick">
|
<div v-show="isCastAvailable && user" class="mx-2 cursor-pointer flex items-center" @click="castClick">
|
||||||
<span class="material-symbols">{{ isCasting ? 'cast_connected' : 'cast' }}</span>
|
<span class="material-symbols text-2xl leading-none">
|
||||||
|
{{ isCasting ? 'cast_connected' : 'cast' }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nuxt-link v-if="user" class="h-7 mx-1.5" style="padding-top: 3px" to="/search">
|
<nuxt-link v-if="user" class="mx-1.5 flex items-center h-10" to="/search">
|
||||||
<span class="material-symbols">search</span>
|
<span class="material-symbols text-2xl leading-none">search</span>
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
|
|
||||||
<div class="h-7 mx-1.5">
|
<div class="h-7 mx-1.5">
|
||||||
|
|||||||
Reference in New Issue
Block a user