misaki-studio-internal 0.1.37 → 0.1.38

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/dist/index.js +6 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -366,7 +366,12 @@
366
366
  flex-direction: row;
367
367
  min-height: fit-content;
368
368
  }
369
-
369
+ > *:first-child {
370
+ padding-top: 0px !important;
371
+ }
372
+ > *:last-child {
373
+ padding-bottom: 0px !important;
374
+ }
370
375
  .youtube-wrapper {
371
376
  border: 1px solid #ddd;
372
377
  padding: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "misaki-studio-internal",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "main": "dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {