File tree Expand file tree Collapse file tree 4 files changed +608
-617
lines changed Expand file tree Collapse file tree 4 files changed +608
-617
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" card zoom-hitbox zoom-affected" >
3
- <nuxt-link class =" post -card" :to >
4
- <img class =" post -card-image" :src =" image" :alt loading =" lazy" />
5
- <div class =" post -card-body" >
6
- <h3 v-if =" $slots.title" class =" post -card-title" :style =" titleStyles" >
3
+ <nuxt-link class =" base -card" :to >
4
+ <img class =" base -card-image" :src =" image" :alt loading =" lazy" />
5
+ <div class =" base -card-body" >
6
+ <h3 v-if =" $slots.title" class =" base -card-title" :style =" titleStyles" >
7
7
<slot name =" title" />
8
8
</h3 >
9
9
<slot name =" body" />
@@ -42,7 +42,7 @@ export default defineNuxtComponent({
42
42
<style scoped lang="scss">
43
43
@use " ~/assets/css/lib/variables" as * ;
44
44
45
- .post -card {
45
+ .base -card {
46
46
display : flex ;
47
47
flex-flow : column nowrap ;
48
48
@@ -52,7 +52,7 @@ export default defineNuxtComponent({
52
52
cursor : pointer ;
53
53
}
54
54
}
55
- .post -card-body {
55
+ .base -card-body {
56
56
flex-grow : 1 ;
57
57
height : auto ;
58
58
display : flex ;
@@ -61,14 +61,14 @@ export default defineNuxtComponent({
61
61
line-height : 1 ;
62
62
}
63
63
64
- .post -card-image {
64
+ .base -card-image {
65
65
position : relative ;
66
66
width : 100% ;
67
67
height : auto ;
68
68
aspect-ratio : 16 / 9 ;
69
69
}
70
70
71
- .post -card-title {
71
+ .base -card-title {
72
72
color : white ;
73
73
font-size : 1.5rem ;
74
74
// makes gap between subtitle and title smaller
Original file line number Diff line number Diff line change 2
2
<header class =" background" >
3
3
<nav class =" navbar-wrapper" >
4
4
<nuxt-link class =" navbar-mobile-wordmark" to =" /" title =" Faithful" >
5
- <img src =" /image/wordmarks/navbar.png" height =" 32" alt =" Faithful Wordmark" loading = " lazy " />
5
+ <img src =" /image/wordmarks/navbar.png" height =" 32" alt =" Faithful Wordmark" />
6
6
</nuxt-link >
7
7
8
8
<button
33
33
class =" navbar-logo-img"
34
34
src =" https://database.faithfulpack.net/images/branding/logos/transparent/hd/main_logo.png?w=128"
35
35
alt =" Faithful Logo"
36
- loading =" lazy"
37
36
/>
38
37
</nuxt-link >
39
38
Original file line number Diff line number Diff line change 20
20
"nuxt" : " ^4.0.3" ,
21
21
"remove-markdown" : " ^0.6.2" ,
22
22
"sass" : " ^1.90.0" ,
23
- "vue" : " ^3.5.18 " ,
23
+ "vue" : " ^3.5.19 " ,
24
24
"vuetify-nuxt-module" : " ^0.18.7" ,
25
25
"yaml" : " ^2.8.1"
26
26
},
27
27
"devDependencies" : {
28
- "@nuxt/eslint" : " 1.8 .0" ,
28
+ "@nuxt/eslint" : " 1.9 .0" ,
29
29
"@types/luxon" : " ^3.7.1" ,
30
- "eslint" : " ^9.33 .0" ,
30
+ "eslint" : " ^9.34 .0" ,
31
31
"prettier" : " ^3.6.2"
32
32
},
33
33
"pnpm" : {
You can’t perform that action at this time.
0 commit comments