From 8e2e6bb7eeee4352399e98b74d1fd8648ef6c781 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 6 Mar 2022 19:40:26 +1100 Subject: For groups of expanded tiles, shift empty space to bottom/right-most cells --- src/components/Tile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Tile.vue') diff --git a/src/components/Tile.vue b/src/components/Tile.vue index 5c78f5a..1b5c2b7 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -51,7 +51,7 @@ export default { :style="{position: 'absolute', left: x+'px', top: y+'px', width: width+'px', height: height+'px', zIndex: zIdx}" class="transition-[left,top,width,height] duration-300 ease-out border border-stone-900 bg-white overflow-hidden">
-- cgit v1.2.3