opus-react 0.6.6 → 0.6.7
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 +220 -173
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +220 -173
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -22095,17 +22095,16 @@ button.opus_Fxxd7-_card:focus-visible {
|
|
|
22095
22095
|
z-index: 1000;
|
|
22096
22096
|
border: 1px solid var(--opus-border-strong);
|
|
22097
22097
|
background: color-mix(in srgb, var(--opus-panel) 97%, transparent);
|
|
22098
|
-
width: min(320px,
|
|
22098
|
+
width: min(320px, 100vw - 32px);
|
|
22099
22099
|
max-height: min(70vh, 520px);
|
|
22100
22100
|
box-shadow: var(--opus-shadow), 0 18px 48px #00000052;
|
|
22101
22101
|
backdrop-filter: blur(18px);
|
|
22102
22102
|
border-radius: 12px;
|
|
22103
22103
|
gap: 12px;
|
|
22104
|
+
margin: 0;
|
|
22104
22105
|
padding: 12px;
|
|
22105
22106
|
display: grid;
|
|
22106
|
-
position:
|
|
22107
|
-
top: calc(100% + 8px);
|
|
22108
|
-
right: 0;
|
|
22107
|
+
position: fixed;
|
|
22109
22108
|
overflow: auto;
|
|
22110
22109
|
}
|
|
22111
22110
|
|