From c1a422ac5700fb9ac2b645f769159c9cca27a4d5 Mon Sep 17 00:00:00 2001 From: "remi.gallego@gmail.com" Date: Sun, 26 May 2019 14:42:32 +0200 Subject: [PATCH] align close icon in title bar --- js/components/Explorer/TitleBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/Explorer/TitleBar/index.tsx b/js/components/Explorer/TitleBar/index.tsx index c83e905..8817065 100644 --- a/js/components/Explorer/TitleBar/index.tsx +++ b/js/components/Explorer/TitleBar/index.tsx @@ -27,7 +27,7 @@ const TitleBar = (props: Props) => { display: "flex", flexDirection: "row", justifyContent: "space-between", - alignItems: "center", + alignItems: "flex-end", overflow: "hidden" }} >