@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.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 0 420px;
15345
- max-width: 420px;
15346
- min-width: 0;
15343
+ flex: 0 1 520px;
15344
+ min-width: 380px;
15345
+ max-width: 520px;
15347
15346
  }
15348
15347
 
15349
15348
  & > *:last-child {