@loafmarkets/ui 0.1.271 → 0.1.273
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.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15336,14 +15336,13 @@ var ActivityWrapper = styled9.div`
|
|
|
15336
15336
|
var NewsVideoRow = styled9.div`
|
|
15337
15337
|
display: flex;
|
|
15338
15338
|
gap: 1.5rem;
|
|
15339
|
-
margin-top: 1.5rem;
|
|
15340
15339
|
height: 700px;
|
|
15341
15340
|
align-items: stretch;
|
|
15342
15341
|
|
|
15343
15342
|
& > *:first-child {
|
|
15344
|
-
flex: 0
|
|
15345
|
-
|
|
15346
|
-
|
|
15343
|
+
flex: 0 1 520px;
|
|
15344
|
+
min-width: 380px;
|
|
15345
|
+
max-width: 520px;
|
|
15347
15346
|
}
|
|
15348
15347
|
|
|
15349
15348
|
& > *:last-child {
|