File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<VDivider />
19
19
<VCardText
20
- class =" d-flex text-center align-center justify-center" >
20
+ class =" text-center d-flex align-center justify-center" >
21
21
<JSafeHtml :html =" innerHtml" />
22
22
</VCardText >
23
23
<VCardActions class =" align-center justify-center" >
Original file line number Diff line number Diff line change 90
90
:to =" getItemDetailsLink(artist, 'MusicArtist')"
91
91
custom >
92
92
<span
93
- class =" link text--secondary"
93
+ class =" text--secondary link "
94
94
@click =" navigate" >
95
95
{{ artist.Name }}
96
96
</span >
Original file line number Diff line number Diff line change 32
32
<SkeletonCard
33
33
v-for =" n in 24"
34
34
:key =" n"
35
- boilerplate
36
- text />
35
+
36
+ text
37
+ boilerplate />
37
38
</VCol >
38
- <div class =" empty-message text-center" >
39
+ <div class =" text-center empty-message " >
39
40
<h1 class =" text-h5" >
40
41
{{ $t('libraryEmpty') }}
41
42
</h1 >
Original file line number Diff line number Diff line change 28
28
class =" text-h6 font-weight-heavy"
29
29
:class =" {'text-center': !$vuetify.display.mdAndUp }" >
30
30
<RouterLink
31
- class =" link pa-0 text-truncate d-block font-weight-medium mt-1"
31
+ class =" link pa-0 text-truncate font-weight-medium d-block mt-1"
32
32
:to =" getItemDetailsLink(currentSeries)" >
33
33
{{ currentSeries.Name }}
34
34
</RouterLink >
35
35
</h3 >
36
36
<div
37
- class =" text-caption text- h4 font-weight-medium mt-2"
37
+ class =" text-h4 font-weight-medium text-caption mt-2"
38
38
:class =" { 'text-center': !$vuetify.display.mdAndUp }" >
39
39
<MediaInfo
40
40
:item =" item"
44
44
ends-at />
45
45
</div >
46
46
<VRow
47
- class =" my-4 align-center"
47
+ class =" align-center my-4 "
48
48
:class =" {
49
49
'justify-center': !$vuetify.display.mdAndUp,
50
50
'ml-0': $vuetify.display.mdAndUp
Original file line number Diff line number Diff line change 17
17
</template >
18
18
</VChip >
19
19
<VDivider
20
- inset
20
+
21
21
vertical
22
+ inset
22
23
class =" hidden-sm-and-down mx-2" />
23
24
<TypeButton
24
25
v-if =" hasViewTypes"
You can’t perform that action at this time.
0 commit comments