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