noph-ui 0.6.9 → 0.6.10

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.
@@ -197,7 +197,7 @@
197
197
  display: grid;
198
198
  position: relative;
199
199
  align-self: start;
200
- min-width: calc(100% - 48px);
200
+ min-width: calc(100% - 32px);
201
201
  margin: 1rem;
202
202
  grid-gap: 0.5rem;
203
203
  gap: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {