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.

trucate caption title

Pas 22ddddfe 94921e58

+9 -1
+9 -1
src/components/player/atoms/settings/CaptionsView.tsx
··· 120 120 <FlagIcon langCode={props.countryCode} /> 121 121 </span> 122 122 ) : null} 123 - <span>{props.children}</span> 123 + <span 124 + className={ 125 + props.flag || props.subtitleUrl || props.subtitleSource 126 + ? "truncate max-w-[100px]" 127 + : "" 128 + } 129 + > 130 + {props.children} 131 + </span> 124 132 {props.subtitleType && ( 125 133 <span className="ml-2 px-2 py-0.5 rounded bg-video-context-hoverColor bg-opacity-80 text-video-context-type-main text-xs font-semibold"> 126 134 {props.subtitleType.toUpperCase()}