Code for https://gm112.neocities.org/ gm112.neocities.org/

chore: remove unused animation

-12
-12
app/pages/list.vue
··· 51 51 </u-container> 52 52 </template> 53 53 54 - <style scoped> 55 - @keyframes mist-drift { 56 - 0%, 57 - 100% { 58 - transform: translate(0, 0); 59 - } 60 - 50% { 61 - transform: translate(12px, -8px); 62 - } 63 - } 64 - </style> 65 - 66 54 <script lang="tsx" setup> 67 55 const temporal = (globalThis.Temporal ? globalThis : await import('@js-temporal/polyfill')).Temporal 68 56 const { locale, t } = useI18n({ useScope: 'local' })