mirror of
				https://github.com/johrpan/ubigen.git
				synced 2025-10-26 19:57:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			R
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			R
		
	
	
	
	
	
| #' Custom CSS to tweak the rendering.
 | |
| #' @noRd
 | |
| custom_css <- function() {
 | |
|   tags$head(
 | |
|     tags$style(".nav-hidden { height: 0 }")
 | |
|   )
 | |
| }
 |