Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #75 from radixdlt/fix-bottom-gradient-overlay
Browse files Browse the repository at this point in the history
fix: gradient overlay
  • Loading branch information
dawidsowardx authored Dec 27, 2023
2 parents d457e0e + 6ff66df commit 4312332
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/pages/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export class RadixRequestsPage extends LitElement {
text-align: center;
font-size: 12px;
}
.content {
padding-bottom: 25px;
}
`,
]
}
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/sharing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class RadixSharingPage extends LitElement {
.content {
max-height: 193px;
overflow-x: hidden;
padding-bottom: 19px;
}
.buttons {
display: grid;
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const pageStyles = css`
width: 100%;
margin-bottom: 0;
position: relative;
padding-bottom: 10px;
-webkit-mask-image: linear-gradient(180deg, black 90%, transparent 100%);
mask-image: linear-gradient(180deg, black 90%, transparent 95%);
}
Expand Down

0 comments on commit 4312332

Please sign in to comment.