@jsenv/navi 0.23.7 → 0.23.8
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 +4 -4
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -22418,10 +22418,10 @@ const css$q = /* css */`
|
|
|
22418
22418
|
|
|
22419
22419
|
position: relative;
|
|
22420
22420
|
aspect-ratio: inherit;
|
|
22421
|
-
padding-top:
|
|
22422
|
-
padding-right:
|
|
22423
|
-
padding-bottom:
|
|
22424
|
-
padding-left:
|
|
22421
|
+
padding-top: max(var(--x-link-padding-top), var(--link-loading-outline-size));
|
|
22422
|
+
padding-right: max(var(--x-link-padding-right), var(--link-loading-outline-size));
|
|
22423
|
+
padding-bottom: max(var(--x-link-padding-bottom), var(--link-loading-outline-size));
|
|
22424
|
+
padding-left: max(var(--x-link-padding-left), var(--link-loading-outline-size));
|
|
22425
22425
|
color: var(--x-link-color);
|
|
22426
22426
|
text-decoration: var(--x-link-text-decoration);
|
|
22427
22427
|
background: var(--x-link-background);
|