mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
More UI Cleanup
This commit is contained in:
parent
3b1cb53b8a
commit
68e8d7fd39
17 changed files with 281 additions and 301 deletions
|
@ -23,7 +23,7 @@ class SettingsPage extends StatelessWidget {
|
|||
title: Text(translate('settings_page.titlebar')),
|
||||
leading: IconButton(
|
||||
iconSize: 24.scaled(context),
|
||||
icon: Icon(Icons.arrow_back),
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
onPressed: () => GoRouterHelper(context).pop(),
|
||||
),
|
||||
actions: <Widget>[
|
||||
|
@ -56,7 +56,6 @@ class SettingsPage extends StatelessWidget {
|
|||
.map((x) => x.paddingLTRB(0, 0, 0, 8.scaled(context)))
|
||||
.toList(),
|
||||
).paddingSymmetric(vertical: 4.scaled(context)),
|
||||
).paddingSymmetric(
|
||||
horizontal: 8.scaled(context), vertical: 8.scaled(context)),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue