Skip to content

Commit

Permalink
style: automatic eslint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Sep 4, 2024
1 parent 859cbfe commit 29eb742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/item/[itemId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class="text-h6 font-weight-heavy"
:class="{'text-center': !$vuetify.display.mdAndUp }">
<RouterLink
class="link pa-0 text-truncate font-weight-medium d-block mt-1"
class="link pa-0 text-truncate font-weight-medium mt-1 d-block"
:to="getItemDetailsLink(currentSeries)">
{{ currentSeries.Name }}
</RouterLink>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/musicalbum/[itemId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<VCol
:cols="12"
:sm="2"
class="px-0 text-truncate">
class="text-truncate px-0">
<label class="text--secondary">{{ $t('genres') }}</label>
</VCol>
<VCol
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/playback/video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
playbackManager.currentlyPlayingType ===
BaseItemKind.Episode
">
<span class="mt-1 text-subtitle-1 text-truncate">
<span class="text-subtitle-1 text-truncate mt-1">
{{ playbackManager.currentItem?.Name }}
</span>
<span class="text--secondary text-truncate text-subtitle-2">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/series/[itemId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<VCol
:cols="12"
:sm="2"
class="mt-sm-3 py-sm-0 px-0 text-truncate">
class="px-0 text-truncate mt-sm-3 py-sm-0">
<label class="text--secondary">{{ $t('directing') }}</label>
</VCol>
<VCol
Expand Down

0 comments on commit 29eb742

Please sign in to comment.