mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-11-04 06:45:01 +00:00 
			
		
		
		
	[Glitch] Fix width of large text icon buttons
Port 38753acaa5 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									ca7d16912e
								
							
						
					
					
						commit
						1eeaa0d84f
					
				| 
						 | 
				
			
			@ -4,7 +4,7 @@ import { PureComponent } from 'react';
 | 
			
		|||
const iconStyle = {
 | 
			
		||||
  height: null,
 | 
			
		||||
  lineHeight: '27px',
 | 
			
		||||
  width: `${18 * 1.28571429}px`,
 | 
			
		||||
  minWidth: `${18 * 1.28571429}px`,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default class TextIconButton extends PureComponent {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue