@lumen-stack/react 0.9.2 → 0.9.3
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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -910,6 +910,10 @@ textarea.lumen-input { resize: vertical; min-height: 76px; }
|
|
|
910
910
|
padding: 16px;
|
|
911
911
|
}
|
|
912
912
|
.lumen-record-unavailable strong { color: var(--lumen-fg); }
|
|
913
|
+
.lumen-record-upload {
|
|
914
|
+
align-self: center;
|
|
915
|
+
min-width: 180px;
|
|
916
|
+
}
|
|
913
917
|
|
|
914
918
|
/* ─── Floating recording HUD (persists while the sheet is closed) ─────── */
|
|
915
919
|
.lumen-rec-hud {
|