mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(mobile): spacing fix of https://github.com/immich-app/immich/pull/8087
This commit is contained in:
		
							parent
							
								
									fa0a5107c2
								
							
						
					
					
						commit
						95fb9c4365
					
				@ -64,7 +64,7 @@ class ExifMap extends StatelessWidget {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return Padding(
 | 
					    return Padding(
 | 
				
			||||||
      padding: const EdgeInsets.symmetric(vertical: 8.0),
 | 
					      padding: const EdgeInsets.symmetric(vertical: 16.0),
 | 
				
			||||||
      child: LayoutBuilder(
 | 
					      child: LayoutBuilder(
 | 
				
			||||||
        builder: (context, constraints) {
 | 
					        builder: (context, constraints) {
 | 
				
			||||||
          return MapThumbnail(
 | 
					          return MapThumbnail(
 | 
				
			||||||
 | 
				
			|||||||
@ -26,7 +26,7 @@ class ExifPeople extends ConsumerWidget {
 | 
				
			|||||||
        .watch(assetPeopleNotifierProvider(asset))
 | 
					        .watch(assetPeopleNotifierProvider(asset))
 | 
				
			||||||
        .value
 | 
					        .value
 | 
				
			||||||
        ?.where((p) => !p.isHidden);
 | 
					        ?.where((p) => !p.isHidden);
 | 
				
			||||||
    final double imageSize = math.min(context.width / 3, 120);
 | 
					    final double imageSize = math.min(context.width / 3, 150);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    showPersonNameEditModel(
 | 
					    showPersonNameEditModel(
 | 
				
			||||||
      String personId,
 | 
					      String personId,
 | 
				
			||||||
 | 
				
			|||||||
@ -24,7 +24,7 @@ class CuratedPeopleRow extends StatelessWidget {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  @override
 | 
					  @override
 | 
				
			||||||
  Widget build(BuildContext context) {
 | 
					  Widget build(BuildContext context) {
 | 
				
			||||||
    const imageSize = 70.0;
 | 
					    const imageSize = 60.0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Guard empty [content]
 | 
					    // Guard empty [content]
 | 
				
			||||||
    if (content.isEmpty) {
 | 
					    if (content.isEmpty) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user