@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.
- package/lib/ui/ui.less +4 -3
- 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
|
|
267
|
+
padding: 0 4px;
|
|
267
268
|
}
|
|
268
269
|
|
|
269
270
|
.top-right-item-container:first-of-type {
|
|
270
|
-
padding: 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
|
|
275
|
+
padding: 0 16px 0 4px;
|
|
275
276
|
}
|
|
276
277
|
|
|
277
278
|
.top-right-item-container:only-of-type {
|