mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-30 12:30:16 +02: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)
|
||||
.withAlpha(20)
|
||||
: 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(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
|
Reference in New Issue
Block a user