anentrypoint-design 0.0.45 → 0.0.46
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/package.json +1 -1
- package/src/desktop/theme.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anentrypoint-design",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/247420.js",
|
package/src/desktop/theme.css
CHANGED
|
@@ -358,6 +358,6 @@ html, body {
|
|
|
358
358
|
.wm-bar .wm-title { pointer-events: auto; font-size: 13px !important; }
|
|
359
359
|
.wm-bar .wm-btns { pointer-events: auto; }
|
|
360
360
|
.wm-btns .wm-btn:nth-child(1), .wm-btns .wm-btn:nth-child(2) { display: none !important; }
|
|
361
|
-
.wm-btns .wm-btn:nth-child(3) { width:
|
|
361
|
+
.wm-btns .wm-btn:nth-child(3) { width: 44px !important; height: 44px !important; border-radius: 50% !important; }
|
|
362
362
|
.wm-resize { display: none !important; }
|
|
363
363
|
}
|