mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +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",
|
||||
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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue