vibemux-worker-preview 0.2.62-preview.148 → 0.2.63-preview.149
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.
|
@@ -2423,6 +2423,9 @@ video {
|
|
|
2423
2423
|
.max-h-\[min\(22rem\2c var\(--radix-popover-content-available-height\)\)\] {
|
|
2424
2424
|
max-height: min(22rem, var(--radix-popover-content-available-height));
|
|
2425
2425
|
}
|
|
2426
|
+
.max-h-\[min\(24rem\2c calc\(100dvh-12rem\)\)\] {
|
|
2427
|
+
max-height: min(24rem, calc(100dvh - 12rem));
|
|
2428
|
+
}
|
|
2426
2429
|
.max-h-\[min\(72vh\2c 560px\)\] {
|
|
2427
2430
|
max-height: min(72vh, 560px);
|
|
2428
2431
|
}
|
|
@@ -6651,6 +6654,9 @@ video {
|
|
|
6651
6654
|
.underline {
|
|
6652
6655
|
text-decoration-line: underline;
|
|
6653
6656
|
}
|
|
6657
|
+
.decoration-zinc-700 {
|
|
6658
|
+
text-decoration-color: #3f3f46;
|
|
6659
|
+
}
|
|
6654
6660
|
.underline-offset-2 {
|
|
6655
6661
|
text-underline-offset: 2px;
|
|
6656
6662
|
}
|
|
@@ -9409,6 +9415,10 @@ video {
|
|
|
9409
9415
|
max-height: calc(100vh - 2rem);
|
|
9410
9416
|
}
|
|
9411
9417
|
|
|
9418
|
+
.sm\:max-h-\[min\(30rem\2c calc\(100dvh-14rem\)\)\] {
|
|
9419
|
+
max-height: min(30rem, calc(100dvh - 14rem));
|
|
9420
|
+
}
|
|
9421
|
+
|
|
9412
9422
|
.sm\:min-h-\[11rem\] {
|
|
9413
9423
|
min-height: 11rem;
|
|
9414
9424
|
}
|