Skip to content
New issue

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

Number alignment #76

Open
mertuner opened this issue Nov 4, 2022 · 0 comments
Open

Number alignment #76

mertuner opened this issue Nov 4, 2022 · 0 comments

Comments

@mertuner
Copy link

mertuner commented Nov 4, 2022

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.

Screen Shot 2022-11-04 at 9 47 32 AM

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' } };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant