@triptease/tt-navbar 0.0.4 → 0.0.5

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.4
2
+ * @triptease/tt-navbar v0.0.5
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -551,7 +551,25 @@ o4?.({ LitElement: i4 });
551
551
  (s3.litElementVersions ?? (s3.litElementVersions = [])).push("4.2.0");
552
552
 
553
553
  // src/styles.ts
554
- var styles = i``;
554
+ var styles = i`
555
+ nav {
556
+ max-width: 260px;
557
+ display: flex;
558
+ flex-direction: column;
559
+ }
560
+
561
+ nav details div {
562
+ display: flex;
563
+ flex-direction: column;
564
+ }
565
+
566
+ hr {
567
+ background: black;
568
+ width: 100%;
569
+ height: 1px;
570
+ border: none;
571
+ }
572
+ `;
555
573
  export {
556
574
  styles
557
575
  };