nostr-components 0.5.0 → 0.5.1
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.
|
@@ -230,7 +230,9 @@ var Zo=Object.defineProperty;var Mr=n=>{throw TypeError(n)};var Jo=(n,e,t)=>e in
|
|
|
230
230
|
color: var(--nostrc-livestream-text-primary);
|
|
231
231
|
font-weight: var(--nostrc-font-weight-bold);
|
|
232
232
|
font-size: var(--nostrc-font-size-large);
|
|
233
|
-
|
|
233
|
+
overflow-wrap: break-word;
|
|
234
|
+
word-wrap: break-word;
|
|
235
|
+
white-space: normal;
|
|
234
236
|
line-height: 1.3;
|
|
235
237
|
flex: 1;
|
|
236
238
|
min-width: 0;
|
|
@@ -618,8 +620,22 @@ var Zo=Object.defineProperty;var Mr=n=>{throw TypeError(n)};var Jo=(n,e,t)=>e in
|
|
|
618
620
|
gap: var(--nostrc-spacing-md);
|
|
619
621
|
}
|
|
620
622
|
|
|
623
|
+
.livestream-title-row {
|
|
624
|
+
flex-direction: column;
|
|
625
|
+
align-items: flex-start;
|
|
626
|
+
gap: var(--nostrc-spacing-xs);
|
|
627
|
+
}
|
|
628
|
+
|
|
621
629
|
.livestream-title {
|
|
622
630
|
font-size: var(--nostrc-font-size-base);
|
|
631
|
+
width: 100%;
|
|
632
|
+
overflow-wrap: break-word;
|
|
633
|
+
word-wrap: break-word;
|
|
634
|
+
white-space: normal;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.livestream-header-right {
|
|
638
|
+
align-self: flex-start;
|
|
623
639
|
}
|
|
624
640
|
|
|
625
641
|
.livestream-video,
|
|
@@ -633,11 +649,6 @@ var Zo=Object.defineProperty;var Mr=n=>{throw TypeError(n)};var Jo=(n,e,t)=>e in
|
|
|
633
649
|
flex-wrap: wrap;
|
|
634
650
|
}
|
|
635
651
|
|
|
636
|
-
.livestream-header-right {
|
|
637
|
-
width: 100%;
|
|
638
|
-
margin-top: var(--nostrc-spacing-xs);
|
|
639
|
-
}
|
|
640
|
-
|
|
641
652
|
.livestream-status-badge {
|
|
642
653
|
font-size: var(--nostrc-font-size-small);
|
|
643
654
|
padding: 4px var(--nostrc-spacing-xs);
|
|
@@ -653,8 +664,22 @@ var Zo=Object.defineProperty;var Mr=n=>{throw TypeError(n)};var Jo=(n,e,t)=>e in
|
|
|
653
664
|
}
|
|
654
665
|
|
|
655
666
|
@media only screen and (max-width: 480px) {
|
|
667
|
+
.livestream-title-row {
|
|
668
|
+
flex-direction: column;
|
|
669
|
+
align-items: flex-start;
|
|
670
|
+
gap: var(--nostrc-spacing-xs);
|
|
671
|
+
}
|
|
672
|
+
|
|
656
673
|
.livestream-title {
|
|
657
674
|
font-size: var(--nostrc-font-size-base);
|
|
675
|
+
width: 100%;
|
|
676
|
+
overflow-wrap: break-word;
|
|
677
|
+
word-wrap: break-word;
|
|
678
|
+
white-space: normal;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.livestream-header-right {
|
|
682
|
+
align-self: flex-start;
|
|
658
683
|
}
|
|
659
684
|
|
|
660
685
|
.livestream-video,
|