@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.
@@ -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;