@max-ts/components 1.1.5 → 1.1.6
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/lib/index.mjs +2 -3
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3745,7 +3745,6 @@ const Ad = ({
|
|
|
3745
3745
|
);
|
|
3746
3746
|
}, Hd = "dashboard::collapsedIn", Yd = m("div")`
|
|
3747
3747
|
width: 100%;
|
|
3748
|
-
max-width: 1200px;
|
|
3749
3748
|
height: 100%;
|
|
3750
3749
|
margin: auto;
|
|
3751
3750
|
display: grid;
|
|
@@ -10134,8 +10133,8 @@ const Ub = (e) => /* @__PURE__ */ l.jsx(gl, { ...e }), xv = m(Wr)`
|
|
|
10134
10133
|
background-color: unset;
|
|
10135
10134
|
}
|
|
10136
10135
|
svg {
|
|
10137
|
-
width:
|
|
10138
|
-
height:
|
|
10136
|
+
max-width: 30px;
|
|
10137
|
+
max-height: 30px;
|
|
10139
10138
|
}
|
|
10140
10139
|
`, Hv = m(he)`
|
|
10141
10140
|
overflow: hidden;
|