From 14258197244d42e8b23cea2a636df5998e51a04d Mon Sep 17 00:00:00 2001 From: Meierschlumpf Date: Sat, 7 Jan 2023 18:02:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20build=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/Docker/ContainerActionBar.tsx | 34 +++++++++++++++++++---- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/src/modules/Docker/ContainerActionBar.tsx b/src/modules/Docker/ContainerActionBar.tsx index 5a0ad3efd..da7388c73 100644 --- a/src/modules/Docker/ContainerActionBar.tsx +++ b/src/modules/Docker/ContainerActionBar.tsx @@ -190,13 +190,35 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction }, }, shape: { - location: { - x: 0, - y: 0, + sm: { + location: { + x: 0, + y: 0, + }, + size: { + width: appTileDefinition.minWidth, + height: appTileDefinition.minHeight, + }, }, - size: { - width: appTileDefinition.minWidth, - height: appTileDefinition.minHeight, + md: { + location: { + x: 0, + y: 0, + }, + size: { + width: appTileDefinition.minWidth, + height: appTileDefinition.minHeight, + }, + }, + lg: { + location: { + x: 0, + y: 0, + }, + size: { + width: appTileDefinition.minWidth, + height: appTileDefinition.minHeight, + }, }, }, integration: {