test
This commit is contained in:
		@@ -1,11 +1,14 @@
 | 
				
			|||||||
.big-pfp {
 | 
					.big-pfp {
 | 
				
			||||||
    border-radius: 50px;
 | 
					 | 
				
			||||||
    margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
    width: fit-content;
 | 
					    width: fit-content;
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.big-pfp:hover{
 | 
					.big-pfp > img {
 | 
				
			||||||
 | 
					    border-radius: 5000px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.big-pfp:hover > img{
 | 
				
			||||||
    border-radius: 0;
 | 
					    border-radius: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user