Skip to content

Commit

Permalink
fix footer offset on ExpandedView
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Nov 23, 2023
1 parent 996939e commit 35b6b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/Styles/ExpandedViewStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export function ExpandedViewStyles({
.flex {
display: flex;
}
.blurry-valve-footer-offset {
margin-bottom: 40px;
}
.flex-col {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/theme-manager/ExpandedView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const ExpandedViewPage: VFC = () => {
<ScrollPanelGroup
// @ts-ignore
focusable={false}
className="flex"
className="flex blurry-valve-footer-offset"
// onCancelButton doesn't work here
onCancelActionDescription="Back"
onButtonDown={(evt: any) => {
Expand Down

0 comments on commit 35b6b54

Please sign in to comment.