@jsenv/navi 0.26.16 → 0.26.17
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 +1 -1
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -24808,7 +24808,7 @@ installImportMetaCssBuild(import.meta);const css$p = /* css */`
|
|
|
24808
24808
|
|
|
24809
24809
|
/* Toggle specific */
|
|
24810
24810
|
--toggle-margin: 2px; /* Useful to reserve space for outline */
|
|
24811
|
-
--toggle-width:
|
|
24811
|
+
--toggle-width: 2em;
|
|
24812
24812
|
--toggle-thumb-size: 1.2em;
|
|
24813
24813
|
/* Padding uses px and not em otherwise it can be resolved to a float which does not play well */
|
|
24814
24814
|
/* With the translation calc in some configurations. In the end 2px is nice in all sizes and can still be configured for exceptions */
|