From 1aa07daa35f5b43285e4c5797590cb82e6692456 Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Sat, 19 Oct 2024 22:25:25 +0200 Subject: [PATCH] Also added overflow to tile group --- .../zoneEditor/partials/TileList.vue | 60 ++++++++++--------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/src/components/gameMaster/zoneEditor/partials/TileList.vue b/src/components/gameMaster/zoneEditor/partials/TileList.vue index 66feb9e..9455f67 100644 --- a/src/components/gameMaster/zoneEditor/partials/TileList.vue +++ b/src/components/gameMaster/zoneEditor/partials/TileList.vue @@ -42,35 +42,37 @@ -
- -

{{ selectedGroup.parent.name }} Group

-
-
- - {{ getTileCategory(selectedGroup.parent) }} -
-
- - {{ getTileCategory(childTile) }} +
+
+ +

{{ selectedGroup.parent.name }} Group

+
+
+ + {{ getTileCategory(selectedGroup.parent) }} +
+
+ + {{ getTileCategory(childTile) }} +