mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: When to show third column
This commit is contained in:
		
							parent
							
								
									93a6726aeb
								
							
						
					
					
						commit
						462baef9b2
					
				@ -15,7 +15,7 @@ class SideViewLayout extends StatelessWidget {
 | 
			
		||||
    final hideSideView = currentUrl.split('/').length == 4;
 | 
			
		||||
    return sideView == null
 | 
			
		||||
        ? mainView
 | 
			
		||||
        : MediaQuery.of(context).size.width < FluffyThemes.columnWidth * 3 &&
 | 
			
		||||
        : MediaQuery.of(context).size.width < FluffyThemes.columnWidth * 3.5 &&
 | 
			
		||||
                !hideSideView
 | 
			
		||||
            ? sideView
 | 
			
		||||
            : Row(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user