Skip to content

Commit aa0829e

Browse files
committed
layout adjustments
1 parent e1f8eb0 commit aa0829e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
position: relative;
4343
/* 100vh - header margin - header - footer - footer padding */
4444
/* Not perfect, to revisit: for client loading state */
45-
min-height: calc(100vh - 32px - 64px - 232px - 20px);
46-
padding-bottom: 20px;
45+
min-height: calc(100vh - 32px - 64px - 302px - 48px);
46+
4747
box-sizing: border-box;
4848
}

src/app/[locale]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default async function LocaleLayout({
111111
component={'main'}
112112
id='next'
113113
sx={{
114-
minHeight: 'calc(100vh - 32px - 64px - 232px - 20px)',
114+
minHeight: 'calc(100vh - 32px - 64px - 302px - 48px)',
115115
}}
116116
>
117117
{children}

src/app/screens/Feeds/Feeds.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const stickyHeaderStyles = (props: {
2222
zIndex: 1,
2323
top: {
2424
xs: props.headerBannerVisible ? '113px' : '56px',
25-
md: props.headerBannerVisible ? '140px' : '65px',
25+
md: props.headerBannerVisible ? '140px' : '64px',
2626
},
2727
background: props.theme.palette.background.default,
2828
transition: 'box-shadow 0.3s ease-in-out',

0 commit comments

Comments
 (0)