opus-react 0.6.0 → 0.6.1
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 +149 -149
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +149 -149
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -9229,6 +9229,7 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
9229
9229
|
}
|
|
9230
9230
|
|
|
9231
9231
|
.opus_ymQ4nN_form {
|
|
9232
|
+
align-content: start;
|
|
9232
9233
|
gap: 16px;
|
|
9233
9234
|
display: grid;
|
|
9234
9235
|
}
|
|
@@ -9298,6 +9299,7 @@ button.opus_7Zs_d5_docCard:hover, .opus_7Zs_d5_docCard[data-kind="folder"]:hover
|
|
|
9298
9299
|
|
|
9299
9300
|
.opus_ymQ4nN_actions {
|
|
9300
9301
|
justify-content: flex-end;
|
|
9302
|
+
align-items: center;
|
|
9301
9303
|
gap: 10px;
|
|
9302
9304
|
display: flex;
|
|
9303
9305
|
}
|