mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	improve(client): tweak drawer max height
This commit is contained in:
		
							parent
							
								
									493ff2eed5
								
							
						
					
					
						commit
						f9024a0058
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,7 @@ export default defineComponent({
 | 
			
		|||
		};
 | 
			
		||||
 | 
			
		||||
		if (type.value === 'drawer') {
 | 
			
		||||
			maxHeight.value = window.innerHeight - 100;
 | 
			
		||||
			maxHeight.value = window.innerHeight / 2;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		const keymap = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue