Skip to content

Commit

Permalink
CSS fixed (#516)
Browse files Browse the repository at this point in the history
* Added attribution

* Removed images

* Added images

* CSS changes
  • Loading branch information
asa1997 authored Jan 9, 2024
1 parent 813e29e commit 289f2c3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/pages/FuzzingModel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ function FuzzingModelPage() {
<DefenseSummary />
<RightFuzzing />
</Grid>
<Grid container style={{ display: "flex", width: "100%", placeContent: "center", alignItems: "center", height: "24px" }}>

<Grid container style={{ width: "100%", placeContent: "center", alignItems: "center", height: "24px", position: "fixed", bottom: 0 }}>
<Grid item>

<MKTypography style={{ fontSize: "12px" }}>
Expand Down
13 changes: 13 additions & 0 deletions src/pages/ModelVulnerabilitiesDetailed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ function ModelVulnerabilitiesDetailed() {
</Grid>
</Grid>
</MKBox>

<Grid pt={47} container style={{ width: "100%", placeContent: "center", alignItems: "center", height: "fit-content", position: "fixed", bottom: 0 }}>
<Grid item>

<MKTypography style={{ fontSize: "12px" }}>
Powered by
</MKTypography>
</Grid>
<Grid item style={{ paddingLeft: "8px" }}>

<img style={{ width: "70px", height: "30px" }} src={watchtowerLogo} />
</Grid>
</Grid>
</>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ShowModelDetails/AdversarialAttackSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const AdversarialAttackSummary = () => {
</Table>
</TableContainer>
<Typography color="black"
pt={1}
pt={2}
pb={1}
style={{ fontSize: "12px", float: "right" }}>
Powered by <a
Expand Down

0 comments on commit 289f2c3

Please sign in to comment.