fix: minor design bugs
- fix spaces animation direction - animate chat list app bar title - fix ink splash radius in account selector - fix missing asset fallback in content banner Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
a2e086a0d7
commit
216ce892b5
11 changed files with 285 additions and 194 deletions
|
|
@ -66,6 +66,7 @@ class ContentBanner extends StatelessWidget {
|
|||
imageUrl: src.toString(),
|
||||
height: 300,
|
||||
fit: BoxFit.cover,
|
||||
errorWidget: (c, m, e) => Icon(defaultIcon, size: 200),
|
||||
);
|
||||
})
|
||||
: Icon(defaultIcon, size: 200),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue