File tree 2 files changed +25
-4
lines changed
2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 13
13
class =" page-toolbar"
14
14
color =" secondary"
15
15
>
16
- <v-toolbar-title :title =" album.Title" class =" flex-grow-1 " >
17
- <span class = " hidden-xs " >
16
+ <v-toolbar-title :title =" album.Title" class =" page__title " >
17
+ <span v-if = " $vuetify.display.smAndUp " >
18
18
<router-link :to =" { name: collectionRoute }" >
19
19
{{ T(collectionTitle) }}
20
20
</router-link >
21
- <v-icon >{{ navIcon }}</v-icon >
21
+ <v-icon :icon =" navIcon" ></v-icon >
22
+ </span >
23
+ <span class =" clickable" @click.stop =" $router.push({ name: collectionRoute })" >
24
+ {{ album.Title }}
22
25
</span >
23
- {{ album.Title }}
24
26
</v-toolbar-title >
25
27
26
28
<v-btn-toggle
Original file line number Diff line number Diff line change 24
24
padding : 30vh 24px ;
25
25
}
26
26
27
+ .p-page .v-toolbar-title {
28
+ overflow : hidden;
29
+ text-overflow : ellipsis;
30
+ font-size : 1.125rem ;
31
+ font-weight : 500 ;
32
+ letter-spacing : 0 ;
33
+ line-height : 1.25rem ;
34
+ }
35
+
36
+ .p-page .page__title {
37
+ display : flex;
38
+ gap : 6px ;
39
+ align-items : center;
40
+ flex-direction : row;
41
+ flex-grow : 1 ;
42
+ justify-content : start;
43
+ flex-wrap : nowrap;
44
+ }
45
+
27
46
.p-page-about {
28
47
line-height : 1.5rem ;
29
48
}
You can’t perform that action at this time.
0 commit comments