Files
jitsi-meet/react/features/subtitles/constants.ts
Hristo Terezov 2d56dbe249 fix(subtitles): Styles.
- Move the styles from css to tss-react ones
 - Dynamic fontSize based on the visible area of the page
 - Remove the gaps in the background when a line is wrapped.
 - Change the text color to white.
 - Remove transparency.
2024-08-28 16:22:24 -05:00

5 lines
91 B
TypeScript

/**
* The minimum font size for subtitles.
*/
export const MIN_SUBTITLES_FONT_SIZE = 16;