Skip to content
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

fix(header): increase height on mobile friendly header #6203

Merged
merged 4 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
lint
  • Loading branch information
seve committed Nov 14, 2023
commit b2c96ebe7387037e89a991b304c612e876bec48c
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ import styled from "@emotion/styled";
import { fontBodyXxs } from "@czi-sds/components";
import { gray500 } from "src/common/theme";
import { Button } from "@czi-sds/components";
import { HEADER_HEIGHT_PX } from "src/components/MobileFriendlyHeader/style";
import {
CONTENT_WRAPPER_LEFT_RIGHT_PADDING_PX,
CONTENT_WRAPPER_TOP_BOTTOM_PADDING_PX,
} from "src/components/Layout/style";
import { LEGEND_HEIGHT_PX } from "src/views/WheresMyGeneV2/components/InfoPanel/components/Legend/style";
import { Y_AXIS_CHART_WIDTH_PX } from "src/views/WheresMyGeneV2/components/HeatMap/utils";
import { GENE_SEARCH_BAR_HEIGHT_PX } from "src/views/WheresMyGeneV2/common/constants";
import { HEADER_HEIGHT_PX } from "src/components/Header/style";

interface ContainerProps {
sidebarWidth: number;