Increase profile header expandedHeight by 8px (255->263, 295->303) to fix 7px overflow
This commit is contained in:
parent
bb1c7c7843
commit
dc0a3a786e
4095
logo [Recovered].ai
Normal file
4095
logo [Recovered].ai
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -937,7 +937,7 @@ class _UnifiedProfileScreenState extends ConsumerState<UnifiedProfileScreen>
|
||||||
|
|
||||||
Widget _buildSliverAppBar(Profile profile) {
|
Widget _buildSliverAppBar(Profile profile) {
|
||||||
return SliverAppBar(
|
return SliverAppBar(
|
||||||
expandedHeight: _isOwnProfile ? 255 : 295,
|
expandedHeight: _isOwnProfile ? 263 : 303,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
toolbarHeight: 0,
|
toolbarHeight: 0,
|
||||||
collapsedHeight: 0,
|
collapsedHeight: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue