kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
				
				
				
			Layout: add breathing room to bottom of UI, fixes #880
							rodzic
							
								
									7b6a56c005
								
							
						
					
					
						commit
						8becc4de2a
					
				| 
						 | 
				
			
			@ -3,7 +3,7 @@ import React from 'react';
 | 
			
		|||
import StickyBox from 'react-sticky-box';
 | 
			
		||||
 | 
			
		||||
const Layout: React.FC = ({ children }) => (
 | 
			
		||||
  <div className='sm:py-4 relative pb-36'>
 | 
			
		||||
  <div className='sm:pt-4 relative pb-36'>
 | 
			
		||||
    <div className='max-w-3xl mx-auto sm:px-6 md:max-w-7xl md:px-8 md:grid md:grid-cols-12 md:gap-8'>
 | 
			
		||||
      {children}
 | 
			
		||||
    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue