anentrypoint-design 0.0.375 → 0.0.376

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 CHANGED
@@ -1274,6 +1274,11 @@
1274
1274
  pointer-events: none;
1275
1275
  opacity: 0;
1276
1276
  }
1277
+ @media (max-width: 480px) {
1278
+ /* .vx-ptt stretches full-width on narrow viewports, leaving no room for
1279
+ the glow's -4px bleed without overflowing the viewport edge. */
1280
+ .vx-ptt-glow { inset: -4px 0; }
1281
+ }
1277
1282
  .vx-ptt-recording, .vx-ptt-live {
1278
1283
  background: var(--accent);
1279
1284
  color: var(--accent-fg);
package/dist/247420.css CHANGED
@@ -7187,6 +7187,11 @@
7187
7187
  pointer-events: none;
7188
7188
  opacity: 0;
7189
7189
  }
7190
+ @media (max-width: 480px) {
7191
+ /* .vx-ptt stretches full-width on narrow viewports, leaving no room for
7192
+ the glow's -4px bleed without overflowing the viewport edge. */
7193
+ .ds-247420 .vx-ptt-glow { inset: -4px 0; }
7194
+ }
7190
7195
  .ds-247420 .vx-ptt-recording, .ds-247420 .vx-ptt-live {
7191
7196
  background: var(--accent);
7192
7197
  color: var(--accent-fg);