Skip to content

Commit 4a18c6d

Browse files
committed
refactor: footer width use tailwind var
Signed-off-by: Adam Setch <[email protected]>
1 parent d91e928 commit 4a18c6d

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

src/renderer/components/primitives/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface IFooter {
88

99
export const Footer: FC<IFooter> = (props: IFooter) => {
1010
return (
11-
<Box className="fixed bottom-0 left-10 right-0 bg-gitify-footer">
11+
<Box className="fixed bottom-0 left-sidebar right-0 bg-gitify-footer">
1212
<Stack direction="horizontal" justify={props.justify} padding="condensed">
1313
{props.children}
1414
</Stack>

src/renderer/components/primitives/__snapshots__/Footer.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/routes/__snapshots__/Accounts.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/routes/__snapshots__/Filters.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/routes/__snapshots__/LoginWithOAuthApp.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/routes/__snapshots__/LoginWithPersonalAccessToken.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)