@loafmarkets/ui 0.1.251 → 0.1.252

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
@@ -5578,7 +5578,7 @@ var MobileOnlyButton = styled9.button.attrs({ type: "button" })`
5578
5578
  background-color: ${(props) => props.$isOpen ? "rgba(240, 185, 11, 0.4)" : "#d19f0a"};
5579
5579
  }
5580
5580
 
5581
- @media (max-width: 1800px) {
5581
+ @media (max-width: 1024px) {
5582
5582
  display: flex;
5583
5583
  }
5584
5584
  `;
@@ -5670,7 +5670,7 @@ var Nav = styled9.nav`
5670
5670
  display: none;
5671
5671
  }
5672
5672
 
5673
- @media (max-width: 1800px) {
5673
+ @media (max-width: 1024px) {
5674
5674
  .mobile-loaf-logo {
5675
5675
  display: flex !important;
5676
5676
  align-items: center;
@@ -5678,7 +5678,7 @@ var Nav = styled9.nav`
5678
5678
  }
5679
5679
  }
5680
5680
 
5681
- @media (max-width: 1800px) {
5681
+ @media (max-width: 1024px) {
5682
5682
  position: fixed;
5683
5683
  top: 56px;
5684
5684
  top: calc(56px + max(env(safe-area-inset-top, 0px), var(--telegram-safe-top, 0px)));
@@ -5984,7 +5984,7 @@ var PortfolioEyeButton = styled9.button`
5984
5984
  color: #D4AF37;
5985
5985
  }
5986
5986
 
5987
- @media (max-width: 1800px) {
5987
+ @media (max-width: 1024px) {
5988
5988
  display: none;
5989
5989
  }
5990
5990
  `;
@@ -6104,7 +6104,7 @@ var PortfolioInline = styled9.div`
6104
6104
  gap: 1rem;
6105
6105
  margin-right: 0.75rem;
6106
6106
 
6107
- @media (max-width: 1800px) {
6107
+ @media (max-width: 1024px) {
6108
6108
  display: none;
6109
6109
  }
6110
6110
  `;