Added a larger layout for map and token select and edit

This commit is contained in:
Mitchell McCaffrey
2021-01-03 14:53:06 +11:00
parent cf12629f82
commit d1315b3425
12 changed files with 96 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ function MapTile({
onMapSelect,
onMapEdit,
onDone,
large,
size,
canEdit,
badges,
}) {
@@ -34,7 +34,7 @@ function MapTile({
onSelect={() => onMapSelect(map)}
onEdit={() => onMapEdit(map.id)}
onDoubleClick={onDone}
large={large}
size={size}
canEdit={canEdit}
badges={badges}
editTitle="Edit Map"