mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Polished sidebar
This commit is contained in:
parent
7ea6defd1c
commit
a6709e8d51
1 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
||||||
height: "6vh",
|
height: "6vh",
|
||||||
border: "none",
|
border: "none",
|
||||||
padding: 8,
|
padding: 8,
|
||||||
|
paddingRight: "32",
|
||||||
borderTopLeftRadius: 32,
|
borderTopLeftRadius: 32,
|
||||||
borderBottomLeftRadius: 32,
|
borderBottomLeftRadius: 32,
|
||||||
borderTopRightRadius: 0,
|
borderTopRightRadius: 0,
|
||||||
|
@ -112,7 +113,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
height: "100vh",
|
height: "100vh",
|
||||||
width: "100%",
|
width: "110%",
|
||||||
backgroundColor: "#3d4848",
|
backgroundColor: "#3d4848",
|
||||||
alignItems: "flex-end",
|
alignItems: "flex-end",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue