Version 2.0.3 - Fix
This commit is contained in:
		@@ -306,7 +306,7 @@ button:hover {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.durationBar {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    /* display: flex; */
 | 
			
		||||
    align-items: center;
 | 
			
		||||
 
 | 
			
		||||
}
 | 
			
		||||
@@ -817,7 +817,7 @@ button:hover {
 | 
			
		||||
.search-list {
 | 
			
		||||
   
 | 
			
		||||
    display: grid;
 | 
			
		||||
    grid-template-columns: 1fr 1fr 1fr 1fr;
 | 
			
		||||
    grid-template-columns: repeat(auto-fill,minmax(200px,auto));
 | 
			
		||||
   
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    gap: 20px;
 | 
			
		||||
@@ -845,11 +845,14 @@ button:hover {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    gap: 10px;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    width: 200px;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    /* user-select: none; */
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    margin-bottom: 10px;
 | 
			
		||||
    max-height: 200px;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user