Skip to content

Commit

Permalink
Add back desktop page header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Nov 3, 2023
1 parent 5504072 commit 0b267a7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function Page({
rightContent={headerRightContent}
style={{
...titleStyle,
...(!isNarrowWidth && { paddingInline: HORIZONTAL_PADDING }),
}}
/>
<View
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function AccountDetailsHeader({ account }) {
<Link
to={-1}
style={{
...styles.noTapHighlight,
color: theme.formLabelText,
alignItems: 'center',
display: 'flex',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ class TransactionEditInner extends PureComponent {
<Link
to={-1}
style={{
...styles.noTapHighlight,
alignItems: 'center',
display: 'flex',
textDecoration: 'none',
Expand Down

0 comments on commit 0b267a7

Please sign in to comment.