@loafmarkets/ui 0.1.252 → 0.1.254

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 CHANGED
@@ -6063,8 +6063,11 @@ var PortfolioBarContainer = styled9__default.default.div`
6063
6063
  pointer-events: none;
6064
6064
  }
6065
6065
 
6066
- @media (max-width: 768px) {
6066
+ @media (max-width: 1800px) {
6067
6067
  display: flex;
6068
+ }
6069
+
6070
+ @media (max-width: 768px) {
6068
6071
  top: calc(46px + 0.5rem);
6069
6072
  padding: 0 0.75rem;
6070
6073
  justify-content: center;
@@ -6130,7 +6133,7 @@ var PortfolioInline = styled9__default.default.div`
6130
6133
  gap: 1rem;
6131
6134
  margin-right: 0.75rem;
6132
6135
 
6133
- @media (max-width: 1024px) {
6136
+ @media (max-width: 1800px) {
6134
6137
  display: none;
6135
6138
  }
6136
6139
  `;