mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Fix title alignment in collection browser on ios
This commit is contained in:
parent
4ca70ced94
commit
5d52524e56
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class _AppBar extends StatelessWidget {
|
|||
expandedHeight: 160,
|
||||
flexibleSpace: FlexibleSpaceBar(
|
||||
background: const _AppBarCover(),
|
||||
centerTitle: false,
|
||||
title: Text(
|
||||
state.collection.name,
|
||||
style: TextStyle(
|
||||
|
|
Loading…
Reference in a new issue