mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Add missing padding
This commit is contained in:
		@@ -50,8 +50,11 @@ class _CustomEmojisAccountSettingsState
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  Widget _buildSettings() {
 | 
			
		||||
    return Stack(
 | 
			
		||||
    return Padding(
 | 
			
		||||
      padding: const EdgeInsets.all(8.0),
 | 
			
		||||
      child: Stack(
 | 
			
		||||
        children: [_buildList(), _buildAddButton()],
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user