aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Tile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue
index df5c024..021db32 100644
--- a/src/components/Tile.vue
+++ b/src/components/Tile.vue
@@ -429,7 +429,7 @@ export default defineComponent({
backgroundSize: '125%',
borderRadius: 'inherit',
clipPath: idx == 0 ? 'polygon(0 0, 100% 0, 0 100%)' : 'polygon(100% 0, 0 100%, 100% 100%)',
- backgroundPosition: idx == 0 ? `${-w/4}px ${-h/4}px` : `${w/4}px ${h/4}px`,
+ backgroundPosition: idx == 0 ? `${-w/4}px ${-h/4}px` : '0px 0px',
};
},
onTransitionEnd(evt: Event){