fix: Minor design bugs

This commit is contained in:
Christian Pauly 2020-10-04 10:05:00 +02:00
commit 383cabf371
5 changed files with 6 additions and 9 deletions

View file

@ -619,7 +619,7 @@ class _ChatState extends State<_Chat> {
height: seenByText.isEmpty ? 0 : 24,
duration: seenByText.isEmpty
? Duration(milliseconds: 0)
: Duration(milliseconds: 500),
: Duration(milliseconds: 300),
alignment:
filteredEvents.first.senderId ==
client.userID

View file

@ -545,7 +545,7 @@ class _ChatListState extends State<ChatList> {
children: [
AnimatedContainer(
duration: Duration(
milliseconds: 500),
milliseconds: 300),
height: displayPresences
? 78
: displayShareStatus