Skip to content

Commit

Permalink
small style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eulaliee committed May 21, 2024
1 parent aff85b6 commit 875bc20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/components/AutOsTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ function TabPanel(props: any) {
sx={{
position: "relative",
borderColor: "divider",
height: "calc(100%)",
height: "100%",
minHeight: "400px",
marginBottom: "20px",
marginBottom: {
xs: "60px",
sm: "20px"
},
...(sx || {})
}}
>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/AutHolder/AutLeft/AutUserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,9 @@ const AutUserInfo = () => {
>
<img
style={{
width: "100%",
height: "100%",
width: "100%"
objectFit: "contain"
}}
aria-label="card"
src={ipfsCIDToHttpUrl(holderData?.image as string)}
Expand Down

0 comments on commit 875bc20

Please sign in to comment.