mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
- 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.
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
/**
|
|
* The minimum font size for subtitles.
|
|
*/
|
|
export const MIN_SUBTITLES_FONT_SIZE = 16;
|