diff --git a/routes/_store/store.js b/routes/_store/store.js index b772507..9cc41f0 100644 --- a/routes/_store/store.js +++ b/routes/_store/store.js @@ -41,7 +41,7 @@ export const store = new PinaforeStore({ repliesShown: {}, autoplayGifs: false, markMediaAsSensitive: false, - reduceMotion: false, + reduceMotion: !process.browser || window.matchMedia('(prefers-reduced-motion: reduce)').matches, pinnedPages: {}, instanceLists: {}, pinnedStatuses: {},