mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix(toc): invalid desktop-only styling (#1502)
* fix(toc): invalid desktop-only styling should display none instead. * Update toc.scss
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
.toc {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
 | 
			
		||||
  &.desktop-only {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    max-height: 40%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user