ywana-core8 0.0.313 → 0.0.314

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.313",
3
+ "version": "0.0.314",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
package/src/site/site.css CHANGED
@@ -35,7 +35,7 @@
35
35
  grid-area: menu;
36
36
  margin: 0;
37
37
  border-right: solid 1px var(--divider-color);
38
- padding: .2rem;
38
+ padding: 0;
39
39
  color: var(--site-menu-color);
40
40
  background-color: var(--site-menu-bgcolor);
41
41
  display: flex;
@@ -44,12 +44,16 @@
44
44
  width: var(--site-menu-width);
45
45
  }
46
46
 
47
+ .site6>menu>header {
48
+ border-bottom: solid 1px var(--divider-color);
49
+ }
50
+
47
51
  .site6>menu.max {
48
52
  width: 20rem;
49
53
  }
50
54
 
51
55
  .site6>menu>main {
52
- padding: .1rem;
56
+ padding: .4rem;
53
57
  }
54
58
 
55
59
  .site6>menu>main>.section-title {
package/src/site/site.js CHANGED
@@ -195,6 +195,7 @@ const SiteMenu = ({ logo, title, children, min }) => {
195
195
  const toggleIcon = sideNav === 'max' ? 'chevron_left' : 'chevron_right'
196
196
  return (
197
197
  <menu className={`${style} ${showNav ? 'show' : ''}`}>
198
+ <Header title="Menu" />
198
199
  <main >
199
200
  {Object.keys(sections).map(title => (
200
201
  <Fragment key={title}>