mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
style: automatic eslint fix
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
97d6aa5a40
commit
67d03099c0
@ -9,7 +9,7 @@
|
||||
:class="shape"
|
||||
class="elevation-2">
|
||||
<div
|
||||
class="d-flex justify-center align-center absolute-cover card-content">
|
||||
class="d-flex align-center justify-center absolute-cover card-content">
|
||||
<JSlot class="card-image">
|
||||
<slot
|
||||
name="image" />
|
||||
|
@ -10,10 +10,10 @@
|
||||
:class="useResponsiveClasses('card-grid-container')">
|
||||
<ItemCard
|
||||
:item="item"
|
||||
text
|
||||
margin
|
||||
overlay
|
||||
link />
|
||||
link
|
||||
text
|
||||
overlay />
|
||||
</JVirtual>
|
||||
<div
|
||||
v-else
|
||||
|
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="item.Width && item.Height"
|
||||
class="text-center text--secondary text-body-2">
|
||||
class="text-center text-body-2 text--secondary">
|
||||
{{ t('dimensions', { width: item.Width, height: item.Height }) }}
|
||||
</div>
|
||||
<VCardActions class="justify-center">
|
||||
|
@ -16,7 +16,7 @@
|
||||
<RouterLink
|
||||
v-else-if="itemLink && titleString"
|
||||
data-swiper-parallax="-300"
|
||||
class="link d-block text-h4 text-truncate text-sm-h3 text-sm-h2"
|
||||
class="link d-block text-truncate text-h4 text-sm-h3 text-sm-h2"
|
||||
:to="itemLink">
|
||||
{{ titleString }}
|
||||
</RouterLink>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<VContainer>
|
||||
<VRow v-if="$slots.title">
|
||||
<VCol>
|
||||
<VRow class="mt-4 mx-0 mb-2 justify-space-between">
|
||||
<VRow class="mt-4 mb-2 mx-0 justify-space-between">
|
||||
<h2 class="text-h4">
|
||||
<slot name="title" />
|
||||
</h2>
|
||||
|
@ -7,8 +7,8 @@
|
||||
app
|
||||
color="transparent">
|
||||
<LocaleSwitcher
|
||||
top
|
||||
elevated />
|
||||
elevated
|
||||
top />
|
||||
</VFooter>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user