decentraland-dapps 29.6.1 → 29.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,13 @@
1
1
  import { Box, styled } from 'decentraland-ui2';
2
+ // The ui2 navbar is `position: fixed`, so this padding is the only thing keeping
3
+ // the page out from under it, and it has to track the bar's own heights: 64px
4
+ // below 992px and 92px above it. It read 66px, which was the height before ui2
5
+ // 3.x and left 26px of every consumer's content sitting behind the bar.
2
6
  const NavbarContainer = styled(Box)({
3
- paddingTop: '66px',
7
+ paddingTop: '64px',
8
+ '@media (min-width: 992px)': {
9
+ paddingTop: '92px'
10
+ },
4
11
  width: '100%'
5
12
  });
6
13
  export { NavbarContainer };
@@ -1 +1 @@
1
- {"version":3,"file":"Navbar2.styled.js","sourceRoot":"","sources":["../../../src/containers/Navbar/Navbar2.styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAE9C,MAAM,eAAe,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;IAClC,UAAU,EAAE,MAAM;IAClB,KAAK,EAAE,MAAM;CACd,CAAC,CAAA;AAEF,OAAO,EAAE,eAAe,EAAE,CAAA"}
1
+ {"version":3,"file":"Navbar2.styled.js","sourceRoot":"","sources":["../../../src/containers/Navbar/Navbar2.styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAE9C,iFAAiF;AACjF,8EAA8E;AAC9E,+EAA+E;AAC/E,wEAAwE;AACxE,MAAM,eAAe,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;IAClC,UAAU,EAAE,MAAM;IAClB,2BAA2B,EAAE;QAC3B,UAAU,EAAE,MAAM;KACnB;IACD,KAAK,EAAE,MAAM;CACd,CAAC,CAAA;AAEF,OAAO,EAAE,eAAe,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-dapps",
3
- "version": "29.6.1",
3
+ "version": "29.6.2",
4
4
  "description": "Common modules for Decentraland dApps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -130,5 +130,5 @@
130
130
  "publishConfig": {
131
131
  "provenance": true
132
132
  },
133
- "commit": "d895bba475b6d6f7cd3cd6bfd502354dfda35a8f"
133
+ "commit": "fe1669ddf68cf759ceb9cb5869b450fbd73a5dce"
134
134
  }