Skip to content

Commit

Permalink
Reduce base overlay card height body to 294px
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 17, 2023
1 parent 89182ef commit cd744f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function StationCard({ feature, selected = false }: { feature: Feature; s
}

const StyledMapMenuDialogBody = styled(MapMenuDialog.Body)`
height: 480px;
height: 294px;
> div:not(:first-child) {
margin-top: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const OVERLAY_MARGINS = {
xMiddle: -75,
xRight: -260,
yBottom: 0,
yMiddle: -280,
yTop: -580
yMiddle: -215,
yTop: -404
}

0 comments on commit cd744f1

Please sign in to comment.