[Glitch] Fix duplicate border around search results
Port 315308b10c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									c5b7f48cce
								
							
						
					
					
						commit
						316132bdbd
					
				| 
						 | 
					@ -3268,6 +3268,11 @@ $ui-header-logo-wordmark-width: 99px;
 | 
				
			||||||
  .explore__search-header {
 | 
					  .explore__search-header {
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .explore__search-results {
 | 
				
			||||||
 | 
					    border: 0;
 | 
				
			||||||
 | 
					    border-radius: 0;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.icon-with-badge {
 | 
					.icon-with-badge {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue