Slightly up padding for event preview
This commit is contained in:
parent
8356719f8f
commit
e76c0aac16
2 changed files with 1 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ class EventPreview extends StatelessWidget {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Wrap(
|
child: Wrap(
|
||||||
crossAxisAlignment: WrapCrossAlignment.center,
|
crossAxisAlignment: WrapCrossAlignment.center,
|
||||||
spacing: 4,
|
spacing: 8,
|
||||||
runSpacing: 2,
|
runSpacing: 2,
|
||||||
children: [
|
children: [
|
||||||
if (event.content is MessageContent) MessageDisplayname(event),
|
if (event.content is MessageContent) MessageDisplayname(event),
|
||||||
|
|
|
||||||
|
|
@ -73,14 +73,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.2"
|
version: "2.1.2"
|
||||||
boxy:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: boxy
|
|
||||||
sha256: "42ccafe13b2893878042acc5b7e2446025328e11a3197b0bb78db42ff76aa3f0"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "2.3.0"
|
|
||||||
build:
|
build:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue