We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, Numbers in the reel sometimes do not align well. Is this a known bug or should I reconsider changing its CSS? See the ss below.
CSS const reelTheme = { group: { transitionDelay: '0ms', transitionTimingFunction: 'ease-in-out', transform: 'translate(0, 0)', height: '1em' }, reel: { height: '1em', display: 'flex', alignItems: 'flex-end', justifyContent: 'flex-start', letterSpacing: '-1px', overflowY: 'hidden', fontSize: '0.875em', lineHeight: '1em' }, number: { height: '1em' } };
const reelTheme = { group: { transitionDelay: '0ms', transitionTimingFunction: 'ease-in-out', transform: 'translate(0, 0)', height: '1em' }, reel: { height: '1em', display: 'flex', alignItems: 'flex-end', justifyContent: 'flex-start', letterSpacing: '-1px', overflowY: 'hidden', fontSize: '0.875em', lineHeight: '1em' }, number: { height: '1em' } };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Numbers in the reel sometimes do not align well. Is this a known bug or should I reconsider changing its CSS? See the ss below.
CSS
const reelTheme = { group: { transitionDelay: '0ms', transitionTimingFunction: 'ease-in-out', transform: 'translate(0, 0)', height: '1em' }, reel: { height: '1em', display: 'flex', alignItems: 'flex-end', justifyContent: 'flex-start', letterSpacing: '-1px', overflowY: 'hidden', fontSize: '0.875em', lineHeight: '1em' }, number: { height: '1em' } };
The text was updated successfully, but these errors were encountered: