Polished sidebar

This commit is contained in:
keannu125 2023-02-21 12:29:34 +08:00
parent 7ea6defd1c
commit a6709e8d51

View file

@ -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",
},