Increase profile header expandedHeight by 8px (255->263, 295->303) to fix 7px overflow

This commit is contained in:
Patrick Britton 2026-02-10 17:06:52 -06:00
parent bb1c7c7843
commit dc0a3a786e
2 changed files with 4096 additions and 1 deletions

4095
logo [Recovered].ai Normal file

File diff suppressed because one or more lines are too long

View file

@ -937,7 +937,7 @@ class _UnifiedProfileScreenState extends ConsumerState<UnifiedProfileScreen>
Widget _buildSliverAppBar(Profile profile) {
return SliverAppBar(
expandedHeight: _isOwnProfile ? 255 : 295,
expandedHeight: _isOwnProfile ? 263 : 303,
pinned: true,
toolbarHeight: 0,
collapsedHeight: 0,