vibemux-worker-preview 0.2.61-preview.147 → 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
|
}
|
|
@@ -2477,9 +2480,6 @@ video {
|
|
|
2477
2480
|
.min-h-\[11rem\] {
|
|
2478
2481
|
min-height: 11rem;
|
|
2479
2482
|
}
|
|
2480
|
-
.min-h-\[120px\] {
|
|
2481
|
-
min-height: 120px;
|
|
2482
|
-
}
|
|
2483
2483
|
.min-h-\[128px\] {
|
|
2484
2484
|
min-height: 128px;
|
|
2485
2485
|
}
|
|
@@ -6654,6 +6654,9 @@ video {
|
|
|
6654
6654
|
.underline {
|
|
6655
6655
|
text-decoration-line: underline;
|
|
6656
6656
|
}
|
|
6657
|
+
.decoration-zinc-700 {
|
|
6658
|
+
text-decoration-color: #3f3f46;
|
|
6659
|
+
}
|
|
6657
6660
|
.underline-offset-2 {
|
|
6658
6661
|
text-underline-offset: 2px;
|
|
6659
6662
|
}
|
|
@@ -9412,6 +9415,10 @@ video {
|
|
|
9412
9415
|
max-height: calc(100vh - 2rem);
|
|
9413
9416
|
}
|
|
9414
9417
|
|
|
9418
|
+
.sm\:max-h-\[min\(30rem\2c calc\(100dvh-14rem\)\)\] {
|
|
9419
|
+
max-height: min(30rem, calc(100dvh - 14rem));
|
|
9420
|
+
}
|
|
9421
|
+
|
|
9415
9422
|
.sm\:min-h-\[11rem\] {
|
|
9416
9423
|
min-height: 11rem;
|
|
9417
9424
|
}
|
|
@@ -9540,6 +9547,10 @@ video {
|
|
|
9540
9547
|
grid-template-columns: 1.05fr 0.95fr;
|
|
9541
9548
|
}
|
|
9542
9549
|
|
|
9550
|
+
.sm\:grid-cols-\[140px_minmax\(0\2c 1fr\)\] {
|
|
9551
|
+
grid-template-columns: 140px minmax(0,1fr);
|
|
9552
|
+
}
|
|
9553
|
+
|
|
9543
9554
|
.sm\:grid-cols-\[1fr_1fr_auto\] {
|
|
9544
9555
|
grid-template-columns: 1fr 1fr auto;
|
|
9545
9556
|
}
|
|
@@ -9560,6 +9571,10 @@ video {
|
|
|
9560
9571
|
grid-template-columns: 7rem minmax(0,1fr) 4.5rem 2.25rem 6.5rem;
|
|
9561
9572
|
}
|
|
9562
9573
|
|
|
9574
|
+
.sm\:grid-cols-\[minmax\(0\2c 1fr\)_140px\] {
|
|
9575
|
+
grid-template-columns: minmax(0,1fr) 140px;
|
|
9576
|
+
}
|
|
9577
|
+
|
|
9563
9578
|
.sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
|
|
9564
9579
|
grid-template-columns: minmax(0,1fr) auto;
|
|
9565
9580
|
}
|