mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Merge pull request #3023 from AHOHNMYC/improve-filters-visual
Filters visual improvement
This commit is contained in:
		@@ -5,6 +5,7 @@ summary {
 | 
				
			|||||||
	font-size: 1.17em;
 | 
						font-size: 1.17em;
 | 
				
			||||||
	font-weight: bold;
 | 
						font-weight: bold;
 | 
				
			||||||
	margin: 0 auto 10px auto;
 | 
						margin: 0 auto 10px auto;
 | 
				
			||||||
 | 
						cursor: pointer;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
summary::-webkit-details-marker,
 | 
					summary::-webkit-details-marker,
 | 
				
			||||||
@@ -19,7 +20,7 @@ summary:before {
 | 
				
			|||||||
	width: 40px;
 | 
						width: 40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
details[open] > summary:before { content: "[ ‒ ]"; }
 | 
					details[open] > summary:before { content: "[ − ]"; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#filters-box {
 | 
					#filters-box {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user