hanc-webrtc-widgets 2.6.17 → 2.6.18
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.
|
@@ -39423,9 +39423,7 @@ const KE = vr`
|
|
|
39423
39423
|
display: flex;
|
|
39424
39424
|
align-items: center;
|
|
39425
39425
|
justify-content: center;
|
|
39426
|
-
background:
|
|
39427
|
-
backdrop-filter: blur(8px);
|
|
39428
|
-
-webkit-backdrop-filter: blur(8px);
|
|
39426
|
+
background: transparent;
|
|
39429
39427
|
pointer-events: all;
|
|
39430
39428
|
opacity: 0;
|
|
39431
39429
|
transition: opacity 0.35s ease;
|
|
@@ -4710,9 +4710,7 @@ void main() {
|
|
|
4710
4710
|
display: flex;
|
|
4711
4711
|
align-items: center;
|
|
4712
4712
|
justify-content: center;
|
|
4713
|
-
background:
|
|
4714
|
-
backdrop-filter: blur(8px);
|
|
4715
|
-
-webkit-backdrop-filter: blur(8px);
|
|
4713
|
+
background: transparent;
|
|
4716
4714
|
pointer-events: all;
|
|
4717
4715
|
opacity: 0;
|
|
4718
4716
|
transition: opacity 0.35s ease;
|