@stokelp/ui 2.70.0 → 2.72.0
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +5 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21665,7 +21665,8 @@ const zf = U({
|
|
|
21665
21665
|
display: "flex",
|
|
21666
21666
|
flexDirection: "column",
|
|
21667
21667
|
overflowY: "auto",
|
|
21668
|
-
width: "
|
|
21668
|
+
width: "240px",
|
|
21669
|
+
minWidth: "100%",
|
|
21669
21670
|
transitionProperty: "width",
|
|
21670
21671
|
transitionDuration: "fast",
|
|
21671
21672
|
overflow: "hidden",
|
|
@@ -21678,6 +21679,9 @@ const zf = U({
|
|
|
21678
21679
|
alignItems: "center",
|
|
21679
21680
|
justifyContent: "center"
|
|
21680
21681
|
},
|
|
21682
|
+
"& .app-navigation__footer": {
|
|
21683
|
+
flexDirection: "column"
|
|
21684
|
+
},
|
|
21681
21685
|
"& .app-navigation__itemContent": {
|
|
21682
21686
|
display: "flex"
|
|
21683
21687
|
},
|