mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 08:04:10 +01:00
refactor: Stories header
This commit is contained in:
parent
df8bef0451
commit
f5f1e4fb6e
@ -266,8 +266,8 @@ class _StoryButton extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
Text(
|
||||
Center(
|
||||
child: Text(
|
||||
profile.displayName ?? '',
|
||||
maxLines: 1,
|
||||
textAlign: TextAlign.center,
|
||||
@ -276,7 +276,7 @@ class _StoryButton extends StatelessWidget {
|
||||
fontWeight: unread ? FontWeight.bold : null,
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user