From a6709e8d5119b4b6cfd37a761ad9a97c3328e9ad Mon Sep 17 00:00:00 2001 From: keannu125 Date: Tue, 21 Feb 2023 12:29:34 +0800 Subject: [PATCH] Polished sidebar --- src/styles.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.tsx b/src/styles.tsx index e090fe6..b65c68b 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -102,6 +102,7 @@ const styles: { [key: string]: React.CSSProperties } = { height: "6vh", border: "none", padding: 8, + paddingRight: "32", borderTopLeftRadius: 32, borderBottomLeftRadius: 32, borderTopRightRadius: 0, @@ -112,7 +113,7 @@ const styles: { [key: string]: React.CSSProperties } = { display: "flex", flexDirection: "column", height: "100vh", - width: "100%", + width: "110%", backgroundColor: "#3d4848", alignItems: "flex-end", },