Resolves #320 Fix eEntity_picture size

This commit is contained in:
estevez-dev
2019-03-10 22:50:39 +02:00
parent 2e9b7d20b9
commit 91a99e17e0
3 changed files with 27 additions and 9 deletions

View File

@ -103,7 +103,7 @@ class CardWidget extends StatelessWidget {
if (!entity.entity.isHidden) {
body.add(
Padding(
padding: EdgeInsets.fromLTRB(0.0, Sizes.rowPadding, 0.0, Sizes.rowPadding),
padding: EdgeInsets.fromLTRB(10.0, 4.0, 0.0, 4.0),
child: EntityModel(
entityWrapper: entity,
handleTap: true,