fix(toc): regression (#1517)
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					@use "../../styles/variables.scss" as *;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.toc {
 | 
					.toc {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  flex-direction: column;
 | 
					  flex-direction: column;
 | 
				
			||||||
@@ -7,6 +9,12 @@
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media all and not ($mobile) {
 | 
				
			||||||
 | 
					  .toc {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
button#toc {
 | 
					button#toc {
 | 
				
			||||||
  background-color: transparent;
 | 
					  background-color: transparent;
 | 
				
			||||||
  border: none;
 | 
					  border: none;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user