mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 05:32:37 -04:00
feat: optimize ltr UI
This commit is contained in:
3 files changed
+59
-70
No files matched your search
@@ -32,10 +32,10 @@ class CustomListTile extends StatelessWidget {
|
||||
child: Row(
|
||||
children: [
|
||||
if (icon != null)
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(right: 15),
|
||||
child: icon,
|
||||
),
|
||||
...[
|
||||
icon!,
|
||||
const SizedBox(width: 15),
|
||||
],
|
||||
Expanded(
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
|
||||
Reference in new issue
Block a user