@jsenv/navi 0.20.4 → 0.20.5
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/jsenv_navi.js +10 -5
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -19267,12 +19267,17 @@ const TextBasic = ({
|
|
|
19267
19267
|
};
|
|
19268
19268
|
|
|
19269
19269
|
installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
19270
|
-
|
|
19271
|
-
display
|
|
19272
|
-
|
|
19273
|
-
|
|
19274
|
-
|
|
19270
|
+
@layer navi {
|
|
19271
|
+
/* Ensure data attributes from box.jsx can win to update display */
|
|
19272
|
+
.navi_icon {
|
|
19273
|
+
display: inline-block;
|
|
19274
|
+
box-sizing: border-box;
|
|
19275
|
+
max-width: 100%;
|
|
19276
|
+
max-height: 100%;
|
|
19277
|
+
}
|
|
19278
|
+
}
|
|
19275
19279
|
|
|
19280
|
+
.navi_icon {
|
|
19276
19281
|
&[data-flow-inline] {
|
|
19277
19282
|
width: 1em;
|
|
19278
19283
|
height: 1em;
|