@ray-js/ipc-player-integration 0.0.49-beta.0 → 0.0.49-beta.1

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/lib/ui/ui.less +4 -3
  2. package/package.json +1 -1
package/lib/ui/ui.less CHANGED
@@ -262,16 +262,17 @@
262
262
  }
263
263
 
264
264
  // 右上角子元素容器
265
+ // 每侧 4px,相邻两项之间净间距 8px
265
266
  .top-right-item-container {
266
- padding: 0 8px;
267
+ padding: 0 4px;
267
268
  }
268
269
 
269
270
  .top-right-item-container:first-of-type {
270
- padding: 0 8px 0 0;
271
+ padding: 0 4px 0 0;
271
272
  }
272
273
 
273
274
  .top-right-item-container:last-of-type {
274
- padding: 0 16px 0 8px;
275
+ padding: 0 16px 0 4px;
275
276
  }
276
277
 
277
278
  .top-right-item-container:only-of-type {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.49-beta.0",
3
+ "version": "0.0.49-beta.1",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [