chore: Make max timeline width smaller
This commit is contained in:
parent
e55adbd65c
commit
7673795077
5 changed files with 6 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ class SeenByRow extends StatelessWidget {
|
|||
alignment: Alignment.center,
|
||||
child: AnimatedContainer(
|
||||
constraints:
|
||||
const BoxConstraints(maxWidth: FluffyThemes.columnWidth * 2.5),
|
||||
const BoxConstraints(maxWidth: FluffyThemes.maxTimelineWidth),
|
||||
height: seenByUsers.isEmpty ? 0 : 24,
|
||||
duration: seenByUsers.isEmpty
|
||||
? Duration.zero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue