watermark pos bug

This commit is contained in:
Julian Freeman
2026-01-19 00:12:04 -04:00
parent 54408a5933
commit a0822153c1
4 changed files with 29 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ export const useGalleryStore = defineStore("gallery", () => {
opacity: 0.8,
scale: 0.025, // Reduced from 0.05
manual_override: false,
manual_position: { x: 0.5, y: 0.96 } // Lowered from 0.9
manual_position: { x: 0.5, y: 0.99 } // Pushed to very bottom
});
const selectedImage = computed(() => {