From 412382303d6e76bd5ffcfa276f2e9af3b605f1d9 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Tue, 21 Feb 2023 12:30:54 +0800 Subject: [PATCH] Aligned app logo with sidebar --- src/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.tsx b/src/styles.tsx index b65c68b..749b9c2 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -58,7 +58,7 @@ const styles: { [key: string]: React.CSSProperties } = { top: 0, backgroundColor: "#3d4848", paddingRight: 32, - paddingLeft: 32, + paddingLeft: 0, }, header_left: { display: "flex",