@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.js
CHANGED
|
@@ -15362,14 +15362,13 @@ var ActivityWrapper = styled9__default.default.div`
|
|
|
15362
15362
|
var NewsVideoRow = styled9__default.default.div`
|
|
15363
15363
|
display: flex;
|
|
15364
15364
|
gap: 1.5rem;
|
|
15365
|
-
margin-top: 1.5rem;
|
|
15366
15365
|
height: 700px;
|
|
15367
15366
|
align-items: stretch;
|
|
15368
15367
|
|
|
15369
15368
|
& > *:first-child {
|
|
15370
|
-
flex: 0
|
|
15371
|
-
|
|
15372
|
-
|
|
15369
|
+
flex: 0 1 520px;
|
|
15370
|
+
min-width: 380px;
|
|
15371
|
+
max-width: 520px;
|
|
15373
15372
|
}
|
|
15374
15373
|
|
|
15375
15374
|
& > *:last-child {
|