mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 02:01:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			252 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			252 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Remove the prev, next chapter buttons as they interfere with the
 | 
						|
 * table of contents.
 | 
						|
 * Note that the table of contents only appears on desktop, thus we
 | 
						|
 * only remove the desktop (wide) chapter buttons.
 | 
						|
 */
 | 
						|
.nav-wide-wrapper {
 | 
						|
    display: none
 | 
						|
} |