Skip to content

refactor: Increase navbar height #1662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: Increase navbar height
  • Loading branch information
BrunoQuaresma committed May 23, 2022
commit 9f85fff25b9ef720905451f5b10f6a0949c0dcbc
2 changes: 1 addition & 1 deletion site/src/theme/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const MONOSPACE_FONT_FAMILY =
export const BODY_FONT_FAMILY = `"Inter", sans-serif`
export const lightButtonShadow = "0 2px 2px rgba(0, 23, 121, 0.08)"
export const emptyBoxShadow = "none"
export const navHeight = 42
export const navHeight = 62
export const maxWidth = 1380
export const sidePadding = "50px"
export const TitleIconSize = 48
Expand Down