mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-04 03:17:00 -05:00 
			
		
		
		
	Fix:Siderail margin on mobile and tablets
This commit is contained in:
		
							parent
							
								
									8061ee29d5
								
							
						
					
					
						commit
						e918a46d09
					
				@ -572,4 +572,11 @@ export default {
 | 
				
			|||||||
  max-width: calc(100% - 80px);
 | 
					  max-width: calc(100% - 80px);
 | 
				
			||||||
  margin-left: 80px;
 | 
					  margin-left: 80px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					@media (max-width: 768px) {
 | 
				
			||||||
 | 
					  #app-content.has-siderail {
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    max-width: 100%;
 | 
				
			||||||
 | 
					    margin-left: 0px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user