fix: Minor padding bugs
This commit is contained in:
parent
158e386b46
commit
d71cb9bdc4
3 changed files with 10 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ class SeenByRow extends StatelessWidget {
|
|||
Matrix.of(context).client.userID
|
||||
? Alignment.topRight
|
||||
: Alignment.topLeft,
|
||||
padding: const EdgeInsets.only(left: 24, right: 24, bottom: 4),
|
||||
padding: const EdgeInsets.only(left: 8, right: 8, bottom: 4),
|
||||
child: Wrap(
|
||||
spacing: 4,
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue