Skip to content

Commit

Permalink
revert all large map menu panels
Browse files Browse the repository at this point in the history
  • Loading branch information
edbrett committed Sep 30, 2020
1 parent ef64dc3 commit 02b56f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/map-menu/components/menu-panel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $map-menu-panel-width-big: rem(560px);
position: absolute;
top: 0;
right: 0;
padding: rem(25px) rem(20px);
padding: rem(15px);
display: flex;
justify-content: center;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions components/map-menu/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const searchSections = [
slug: 'search',
icon: searchIcon,
Component: Search,
large: true,
},
{
label: 'my gfw',
Expand Down
2 changes: 1 addition & 1 deletion styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ $vertical-modal-padding-desktop: rem(40px);
$horizontal-modal-padding-mobile: rem(25px);
$vertical-modal-padding-mobile: rem(20px);

$map-menu-panel-width: 580px;
$map-menu-panel-width: 300px;

0 comments on commit 02b56f9

Please sign in to comment.