@pageboard/html 0.10.21 → 0.10.22

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/ui/menu.css +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pageboard/html",
3
- "version": "0.10.21",
3
+ "version": "0.10.22",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/ui/menu.css CHANGED
@@ -102,13 +102,10 @@ element-menu > [block-content="items"] {
102
102
  }
103
103
  element-menu.burger > [block-content="items"] {
104
104
  left:0;
105
- }
106
- element-menu.burger.right > [block-content="items"] {
107
105
  position: absolute;
108
106
  pointer-events: none;
109
107
  height: 0;
110
108
  }
111
-
112
109
  element-menu:not(.burger) > .item {
113
110
  display:none !important;
114
111
  }