mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-28 04:03:44 +01:00 
			
		
		
		
	Fix padding when touch targets not highlighted
This commit is contained in:
		| @@ -459,7 +459,9 @@ class AppsPageState extends State<AppsPage> { | |||||||
|                                   : Theme.of(context).primaryColorLight) |                                   : Theme.of(context).primaryColorLight) | ||||||
|                               .withAlpha(20) |                               .withAlpha(20) | ||||||
|                           : null), |                           : null), | ||||||
|                   padding: const EdgeInsets.fromLTRB(12, 0, 12, 0), |                   padding: settingsProvider.highlightTouchTargets | ||||||
|  |                       ? const EdgeInsetsDirectional.fromSTEB(12, 0, 12, 0) | ||||||
|  |                       : const EdgeInsetsDirectional.fromSTEB(24, 0, 0, 0), | ||||||
|                   child: Column( |                   child: Column( | ||||||
|                     mainAxisAlignment: MainAxisAlignment.center, |                     mainAxisAlignment: MainAxisAlignment.center, | ||||||
|                     crossAxisAlignment: CrossAxisAlignment.end, |                     crossAxisAlignment: CrossAxisAlignment.end, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user