fix(contact): wrong bar offset
This commit is contained in:
@@ -9,7 +9,7 @@ export const useContactStore = defineStore("contact", {
|
|||||||
|
|
||||||
titleY: LOGICAL_HEIGHT,
|
titleY: LOGICAL_HEIGHT,
|
||||||
|
|
||||||
barOffsetY: 20,
|
barOffsetY: 24,
|
||||||
},
|
},
|
||||||
|
|
||||||
outro: {
|
outro: {
|
||||||
@@ -59,7 +59,7 @@ export const useContactStore = defineStore("contact", {
|
|||||||
this.intro,
|
this.intro,
|
||||||
{
|
{
|
||||||
stage3Opacity: 0,
|
stage3Opacity: 0,
|
||||||
barOffsetY: 20,
|
barOffsetY: 24,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stage3Opacity: 1,
|
stage3Opacity: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user