noph-ui 0.9.2 → 0.9.3

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.
@@ -116,9 +116,7 @@
116
116
  border-radius: var(--np-menu-container-shape, var(--np-shape-corner-extra-small));
117
117
  padding: 0.5rem 0;
118
118
  box-shadow: var(--np-elevation-2);
119
- margin: 0;
120
- margin-bottom: 2px;
121
- margin-top: 2px;
119
+ margin: 2px;
122
120
  max-height: 80dvh;
123
121
  scrollbar-color: var(--np-color-on-surface-variant) transparent;
124
122
  scrollbar-width: thin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {