Skip to content

Commit

Permalink
fix(mobile): adjust header height, close AF-1574
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Nov 7, 2024
1 parent 7d213d9 commit 2d594dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/core/src/mobile/views/all-docs/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { style } from '@vanilla-extract/css';

const basicHeader = style({
width: '100%',
height: 56,
height: 44,
});
export const header = style({
width: '100%',
Expand All @@ -25,7 +25,7 @@ export const headerContent = style([
]);

export const tabs = style({
height: 56,
height: 44,
gap: 16,
display: 'flex',
alignItems: 'center',
Expand Down

0 comments on commit 2d594dc

Please sign in to comment.