anentrypoint-design 0.0.378 → 0.0.380
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/community.css +8 -0
- package/dist/247420.css +8 -0
- package/dist/247420.js +25 -25
- package/package.json +1 -1
- package/src/components/editor-primitives.js +14 -5
- package/src/components/overlay-primitives.js +13 -3
package/community.css
CHANGED
|
@@ -1279,6 +1279,14 @@
|
|
|
1279
1279
|
the glow's -4px bleed without overflowing the viewport edge. */
|
|
1280
1280
|
.vx-ptt-glow { inset: -4px 0; }
|
|
1281
1281
|
}
|
|
1282
|
+
@media (max-height: 420px) {
|
|
1283
|
+
/* Phone-in-landscape: topbar + chat-head + user-identity bar alone can
|
|
1284
|
+
consume most of a ~320px-tall viewport, leaving no room for the fixed
|
|
1285
|
+
120px .vx-ptt plus the voice grid above it -- shrink the PTT button so
|
|
1286
|
+
both remain visible instead of the label clipping off-screen. */
|
|
1287
|
+
.vx-ptt { min-width: 88px; min-height: 64px; padding: var(--space-2); }
|
|
1288
|
+
.vx-ptt-icon { font-size: var(--fs-lg); }
|
|
1289
|
+
}
|
|
1282
1290
|
.vx-ptt-recording, .vx-ptt-live {
|
|
1283
1291
|
background: var(--accent);
|
|
1284
1292
|
color: var(--accent-fg);
|
package/dist/247420.css
CHANGED
|
@@ -7192,6 +7192,14 @@
|
|
|
7192
7192
|
the glow's -4px bleed without overflowing the viewport edge. */
|
|
7193
7193
|
.ds-247420 .vx-ptt-glow { inset: -4px 0; }
|
|
7194
7194
|
}
|
|
7195
|
+
@media (max-height: 420px) {
|
|
7196
|
+
/* Phone-in-landscape: topbar + chat-head + user-identity bar alone can
|
|
7197
|
+
consume most of a ~320px-tall viewport, leaving no room for the fixed
|
|
7198
|
+
120px .vx-ptt plus the voice grid above it -- shrink the PTT button so
|
|
7199
|
+
both remain visible instead of the label clipping off-screen. */
|
|
7200
|
+
.ds-247420 .vx-ptt { min-width: 88px; min-height: 64px; padding: var(--space-2); }
|
|
7201
|
+
.ds-247420 .vx-ptt-icon { font-size: var(--fs-lg); }
|
|
7202
|
+
}
|
|
7195
7203
|
.ds-247420 .vx-ptt-recording, .ds-247420 .vx-ptt-live {
|
|
7196
7204
|
background: var(--accent);
|
|
7197
7205
|
color: var(--accent-fg);
|