Skip to content

Commit

Permalink
Show fewer overlay menu items on small mobile screens.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1d3b51e5cd1e8f78ef24d3f3f732db6e51b1174d
  • Loading branch information
cpojer committed Oct 28, 2024
1 parent 17c5c40 commit 3551338
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hera/ui/ModeSelectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,14 @@ const style = css`
${pixelBorder(undefined, 2)}
clip-path: inset(-2px -2px -2px -2px);
font-size: 1em;
height: 2.3em;
height: 2.1em;
width: 250px;
${Breakpoints.sm} {
height: 2.3em;
width: 250px;
}
&:after {
background: ${applyVar('highlight-color')};
content: '';
Expand Down

0 comments on commit 3551338

Please sign in to comment.