pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

attempt to fix captions visibility issue

some users need to enable hardware acceleration for the to show

Pas dcbf21f3 4976d388

+2 -1
+2 -1
src/components/player/base/SubtitleView.tsx
··· 167 167 return ( 168 168 <Transition animation="slide-up" show> 169 169 <div 170 - className="text-white absolute w-full flex flex-col items-center transition-[bottom]" 170 + className="pointer-events-none z-50 text-white absolute w-full flex flex-col items-center transition-[bottom]" 171 171 style={{ 172 172 bottom: props.controlsShown 173 173 ? "6rem" 174 174 : `${styling.verticalPosition}rem`, 175 + transform: "translateZ(0)", 175 176 }} 176 177 > 177 178 <SubtitleRenderer />