chore: Make appbar buttons correct size
This commit is contained in:
parent
e229a0450f
commit
419a9f4aff
11 changed files with 14 additions and 12 deletions
|
|
@ -19,7 +19,7 @@ class ArchiveView extends StatelessWidget {
|
|||
future: controller.getArchive(context),
|
||||
builder: (BuildContext context, snapshot) => Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: const BackButton(),
|
||||
leading: const Center(child: BackButton()),
|
||||
title: Text(L10n.of(context)!.archive),
|
||||
actions: [
|
||||
if (snapshot.data?.isNotEmpty ?? false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue