@jsenv/navi 0.14.27 → 0.14.28
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 +2 -0
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -24496,10 +24496,12 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
24496
24496
|
}
|
|
24497
24497
|
|
|
24498
24498
|
.navi_separator {
|
|
24499
|
+
width: 100%;
|
|
24499
24500
|
height: var(--size);
|
|
24500
24501
|
margin-top: var(--spacing-start, var(--spacing));
|
|
24501
24502
|
margin-bottom: var(--spacing-end, var(--spacing));
|
|
24502
24503
|
background: var(--color);
|
|
24504
|
+
border: none;
|
|
24503
24505
|
|
|
24504
24506
|
&[data-vertical] {
|
|
24505
24507
|
display: inline-block;
|