From b3cdcf04b1b214d3c2a74c7ac8ee74cbb674f165 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Wed, 20 Mar 2024 16:02:17 +1100 Subject: [PATCH] Fix minor firefox layout issue --- client/src/components/title-bar/TitleBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/title-bar/TitleBar.tsx b/client/src/components/title-bar/TitleBar.tsx index 42babc61..baadac04 100644 --- a/client/src/components/title-bar/TitleBar.tsx +++ b/client/src/components/title-bar/TitleBar.tsx @@ -121,6 +121,7 @@ export const TitleBar = () => { height: "100%", // Firefox fix maxWidth: "min-content", + aspectRatio: 1, }} >