react-reel icon indicating copy to clipboard operation
react-reel copied to clipboard

Number alignment

Open mertuner opened this issue 3 years ago • 0 comments

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

mertuner avatar Nov 04 '22 16:11 mertuner