diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 53e93e9..b0ebe65 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -124,7 +124,6 @@ onUnmounted(() => { :user="user" :repo="repo" :title="titles[stackedNote]" - :style="{ left: `calc(${index + 1} * var(--note-width))` }" />