From 470b4155f7141f94b229dc505f00a98643d0f39b Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 13 Aug 2023 07:46:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Hotfix=20app=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard/Tiles/Apps/AppTile.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/Dashboard/Tiles/Apps/AppTile.tsx b/src/components/Dashboard/Tiles/Apps/AppTile.tsx index c7e96ff38..2b592d9b9 100644 --- a/src/components/Dashboard/Tiles/Apps/AppTile.tsx +++ b/src/components/Dashboard/Tiles/Apps/AppTile.tsx @@ -60,12 +60,19 @@ export const AppTile = ({ className, app }: AppTileProps) => { )} @@ -114,11 +121,6 @@ const useStyles = createStyles((theme, _params, getRef) => ({ appName: { wordBreak: 'break-word', }, - appImage: { - flex: '1', - objectFit: 'contain', - overflowY: 'auto', - }, button: { height: '100%', width: '100%',