forked from cybrespace/mastodon
		
	Make tabs bar take up less room on 4-inch phones
This commit is contained in:
		
							parent
							
								
									3807b0b171
								
							
						
					
					
						commit
						5b75f6d0f3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ const outerStyle = {
 | 
				
			||||||
const tabStyle = {
 | 
					const tabStyle = {
 | 
				
			||||||
  display: 'block',
 | 
					  display: 'block',
 | 
				
			||||||
  flex: '1 1 auto',
 | 
					  flex: '1 1 auto',
 | 
				
			||||||
  padding: '10px',
 | 
					  padding: '10px 5px',
 | 
				
			||||||
  color: '#fff',
 | 
					  color: '#fff',
 | 
				
			||||||
  textDecoration: 'none',
 | 
					  textDecoration: 'none',
 | 
				
			||||||
  textAlign: 'center',
 | 
					  textAlign: 'center',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue