@triptease/tt-navbar 0.0.6 → 0.0.7

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.6
2
+ * @triptease/tt-navbar v0.0.7
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -552,10 +552,16 @@ o4?.({ LitElement: i4 });
552
552
 
553
553
  // src/styles.ts
554
554
  var styles = i`
555
- nav {
555
+ :host {
556
+ display: block;
557
+ height: 100vh;
556
558
  max-width: 260px;
559
+ }
560
+
561
+ nav {
557
562
  display: flex;
558
563
  flex-direction: column;
564
+ height: 100%;
559
565
  }
560
566
 
561
567
  nav details div {