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.

allow user to select subtitle text

Pas ef8521fd 95f27565

+2 -2
+2 -2
src/components/player/base/SubtitleView.tsx
··· 75 75 76 76 return ( 77 77 <p 78 - className="pointer-events-none mb-1 select-none rounded px-4 py-1 text-center leading-normal" 78 + className="mb-1 rounded px-4 py-1 text-center leading-normal" 79 79 style={{ 80 80 color: styling.color, 81 81 fontSize: `${(1.5 * styling.size).toFixed(2)}em`, ··· 145 145 if (captionAsTrack || !caption || isCasting) return null; 146 146 147 147 return ( 148 - <Transition className="pointer-events-none" animation="slide-up" show> 148 + <Transition animation="slide-up" show> 149 149 <div 150 150 className="text-white absolute w-full flex flex-col items-center transition-[bottom]" 151 151 style={{