This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: bluesky video z-index

+2 -2
+1 -1
src/webapp/features/platforms/bluesky/components/videoEmbed/VideoEmbed.tsx
··· 20 20 : 16 / 9; 21 21 22 22 return ( 23 - <AspectRatio ratio={ratio}> 23 + <AspectRatio ratio={ratio} style={{ position: 'relative', zIndex: 1 }}> 24 24 <MediaPlayer 25 25 crossOrigin 26 26 playsInline
+1 -1
src/webapp/next-env.d.ts
··· 1 1 /// <reference types="next" /> 2 2 /// <reference types="next/image-types/global" /> 3 - import "./.next/types/routes.d.ts"; 3 + import "./.next/dev/types/routes.d.ts"; 4 4 5 5 // NOTE: This file should not be edited 6 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.