From cde662601663f158b2017f621a9e028927076042 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 25 Apr 2021 21:16:45 -0400 Subject: [PATCH] Fix logo aspect ratio in Safari --- ui/src/layout/Login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index 9acce3de..c83cfc21 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -44,6 +44,7 @@ const useStyles = makeStyles( icon: { backgroundColor: 'transparent', width: '6.3em', + height: '6.3em', }, systemName: { marginTop: '1em',