Skip to content

Commit

Permalink
fix title position
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Feb 20, 2025
1 parent e2f186a commit b53dfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/YoutubeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const store = useGenericStore(),
if (store.subtitle != '') {
titleText.set({ fontSize: 114, top: 10 })
} else {
titleText.set({ fontSize: 150, top: 400 })
titleText.set({ fontSize: 150, top: 40 })
}
titleText.set({ text: store.title })
Expand Down

0 comments on commit b53dfd5

Please sign in to comment.