@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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6037,8 +6037,11 @@ var PortfolioBarContainer = styled9.div`
|
|
|
6037
6037
|
pointer-events: none;
|
|
6038
6038
|
}
|
|
6039
6039
|
|
|
6040
|
-
@media (max-width:
|
|
6040
|
+
@media (max-width: 1800px) {
|
|
6041
6041
|
display: flex;
|
|
6042
|
+
}
|
|
6043
|
+
|
|
6044
|
+
@media (max-width: 768px) {
|
|
6042
6045
|
top: calc(46px + 0.5rem);
|
|
6043
6046
|
padding: 0 0.75rem;
|
|
6044
6047
|
justify-content: center;
|
|
@@ -6104,7 +6107,7 @@ var PortfolioInline = styled9.div`
|
|
|
6104
6107
|
gap: 1rem;
|
|
6105
6108
|
margin-right: 0.75rem;
|
|
6106
6109
|
|
|
6107
|
-
@media (max-width:
|
|
6110
|
+
@media (max-width: 1800px) {
|
|
6108
6111
|
display: none;
|
|
6109
6112
|
}
|
|
6110
6113
|
`;
|