@cesdk/cesdk-js 1.9.0-preview.3 → 1.9.0
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.
- package/assets/core/{cesdk-v1.9.0-preview.3.data → cesdk-v1.9.0.data} +0 -0
- package/assets/core/{cesdk-v1.9.0-preview.3.wasm → cesdk-v1.9.0.wasm} +0 -0
- package/assets/i18n/de.json +18 -4
- package/assets/i18n/en.json +27 -6
- package/assets/ui/blur/linear.jpeg +0 -0
- package/assets/ui/blur/mirrored.jpeg +0 -0
- package/assets/ui/blur/radial.jpeg +0 -0
- package/assets/ui/blur/uniform.jpeg +0 -0
- package/assets/ui/stylesheets/cesdk.css +16 -16
- package/cesdk.umd.js +1 -1
- package/index.d.ts +188 -8
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"action.arrange.toBack": "In den Hintergrund",
|
|
6
6
|
"action.arrange.toFront": "In den Vordergrund",
|
|
7
7
|
"action.audio.delete": "Audio löschen",
|
|
8
|
+
"action.audio.replace": "Audio ersetzen",
|
|
8
9
|
"action.block.add": "Element hinzufügen",
|
|
9
10
|
"action.block.copy": "Element kopieren",
|
|
10
11
|
"action.block.delete": "$t(common.delete)",
|
|
@@ -26,7 +27,11 @@
|
|
|
26
27
|
"action.crop.turn": "Bild 90˚ gegen den Uhrzeigersinn drehen",
|
|
27
28
|
"action.crop.turnAndMirror": "Drehen & Spiegeln",
|
|
28
29
|
"action.editText": "$t(common.edit)",
|
|
30
|
+
"action.effect.add": "Effect anwenden",
|
|
31
|
+
"action.effect.remove": "Effect entfernen",
|
|
29
32
|
"action.enterGroup": "Gruppe öffnen",
|
|
33
|
+
"action.filter.add": "Filter anwenden",
|
|
34
|
+
"action.filter.remove": "Filter entfernen",
|
|
30
35
|
"action.gradient.addStop": "Farbmarker hinzufügen bei {{position}}%",
|
|
31
36
|
"action.gradient.removeStop": "Farbmarker löschen",
|
|
32
37
|
"action.group": "Elemente gruppieren",
|
|
@@ -37,12 +42,13 @@
|
|
|
37
42
|
"action.image.inpainting": "Auffüllen",
|
|
38
43
|
"action.image.matting": "Hintergrund entfernen",
|
|
39
44
|
"action.image.matting.staging": "Hintergrund entfernen (Staging)",
|
|
40
|
-
"action.image.replace": "
|
|
45
|
+
"action.image.replace": "Bild ersetzen",
|
|
41
46
|
"action.image.smartCrop": "Smartes Zuschneiden",
|
|
42
47
|
"action.image.smartImage": "Intelligente Funktionen",
|
|
43
48
|
"action.image.smartImage.description": "Aktionen für intelligente Funktionen",
|
|
44
49
|
"action.image.superResolution": "Hochskalieren",
|
|
45
50
|
"action.page.add": "Neue Seite",
|
|
51
|
+
"action.page.delete": "Seite löschen",
|
|
46
52
|
"action.page.changeFormat": "Seitenformat ändern",
|
|
47
53
|
"action.pageMove.down": "Runter schieben",
|
|
48
54
|
"action.pageMove.down.description": "Seite nach unten verschieben",
|
|
@@ -60,6 +66,7 @@
|
|
|
60
66
|
"action.scene.load": "Szene geladen",
|
|
61
67
|
"action.scene.new": "Neue Szene",
|
|
62
68
|
"action.selectGroup": "Gruppe auswählen",
|
|
69
|
+
"action.video.replace": "Video ersetzen",
|
|
63
70
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Strand von oben",
|
|
64
71
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blau;grün;strand;insel;wasser",
|
|
65
72
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Berge",
|
|
@@ -274,6 +281,8 @@
|
|
|
274
281
|
"common.confirm": "OK",
|
|
275
282
|
"common.controlKey": "Strg",
|
|
276
283
|
"common.custom": "Eigene",
|
|
284
|
+
"common.defaultDuration": "Seitendauer Standardwert",
|
|
285
|
+
"common.defaultDuration.inUnit": "Seitendauer Standardwert in Sekunden",
|
|
277
286
|
"common.delete": "Löschen",
|
|
278
287
|
"common.done": "Fertig",
|
|
279
288
|
"common.download": "Download",
|
|
@@ -485,12 +494,13 @@
|
|
|
485
494
|
"component.themeSelect.light.description": "Helles Farbschema auswählen",
|
|
486
495
|
"component.timeline.pause.description": "Gesamtes Video $t(common.pause)",
|
|
487
496
|
"component.timeline.play.description": "Gesamtes Video $t(common.play)",
|
|
488
|
-
"component.timeline.video.options.description": "Video Element Optionen",
|
|
489
|
-
"component.timeline.scale.label": "Zeitleiste Maßstab",
|
|
490
497
|
"component.timeline.scale.down": "Verkleinern",
|
|
491
498
|
"component.timeline.scale.down.description": "Zeitleiste Maßstab verkleinern",
|
|
499
|
+
"component.timeline.scale.label": "Zeitleiste Maßstab",
|
|
492
500
|
"component.timeline.scale.up": "Vergrößern",
|
|
493
501
|
"component.timeline.scale.up.description": "Zeitleiste Maßstab vergrößern",
|
|
502
|
+
"component.timeline.video.options.description": "Video-Element Optionen",
|
|
503
|
+
"component.timeline.audio.options.description": "Audio-Element Optionen",
|
|
494
504
|
"component.topbar.back": "$t(common.back)",
|
|
495
505
|
"component.topbar.close": "$t(common.close)",
|
|
496
506
|
"component.undo.redo": "$t(common.redo)",
|
|
@@ -500,6 +510,8 @@
|
|
|
500
510
|
"component.video.trim.duration.description": "Schnittlänge festlegen",
|
|
501
511
|
"component.video.trim.play": "$t(common.play)",
|
|
502
512
|
"component.video.trim.play.description": "Zu kürzendes Video $t(common.play)",
|
|
513
|
+
"component.video.unsupported": "Video nicht unterstützt",
|
|
514
|
+
"component.video.unsupported.description": "<p>Wir unterstützen das Editieren von Videos nicht in diesem Browser.</p><p>Während wir daran arbeiten weitere Browser zu unterstützen, benutzen Sie bitte Google Chrome, Microsoft Edge oder andere Chromium-basierte Browser.</p>",
|
|
503
515
|
"component.viewSelect": "Ansicht",
|
|
504
516
|
"component.viewSelect.advanced": "Advanced",
|
|
505
517
|
"component.viewSelect.advanced.description": "Den Inspektor immer anzeigen",
|
|
@@ -514,10 +526,12 @@
|
|
|
514
526
|
"component.zoom.to": "Zoom auf {{percentage}}%",
|
|
515
527
|
"element.transform.resize": "$t(action.block.resize)",
|
|
516
528
|
"element.transform.rotate": "$t(action.block.rotate)",
|
|
529
|
+
"error.cta.generic": "Fehler",
|
|
530
|
+
"error.cta.generic.description": "Ein unbekannter Fehler beim Ausführen dieser Aktion ist aufgetreten. Bitte versuchen Sie es erneut.",
|
|
517
531
|
"error.generic": "Fehler aufgetreten",
|
|
518
532
|
"error.generic.description": "Ein unbekannter Fehler ist aufgetreten. Bitte versuchen Sie die Seite neu zu laden",
|
|
519
533
|
"error.upload": "Fehler beim Upload",
|
|
520
|
-
"error.upload.description": "Das von Ihnen gewählte
|
|
534
|
+
"error.upload.description": "Das von Ihnen gewählte Datei konnte nicht hochgeladen werden",
|
|
521
535
|
"error.upload.sizeExceeded": "Es überschreitet die maximale Größe von {{limit}}x{{limit}} Pixeln",
|
|
522
536
|
"input.adjustments": "Farbkorrektur",
|
|
523
537
|
"input.adjustments.basic": "Grundlagen",
|
package/assets/i18n/en.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"action.arrange.toBack": "Send to Back",
|
|
6
6
|
"action.arrange.toFront": "Bring to Front",
|
|
7
7
|
"action.audio.delete": "Delete Audio",
|
|
8
|
+
"action.audio.replace": "Replace Audio",
|
|
8
9
|
"action.block.add": "Add Element",
|
|
9
10
|
"action.block.copy": "Copy Element",
|
|
10
11
|
"action.block.delete": "$t(common.delete)",
|
|
@@ -26,7 +27,11 @@
|
|
|
26
27
|
"action.crop.turn": "Turn the Image 90˚ Counterclockwise",
|
|
27
28
|
"action.crop.turnAndMirror": "Turn & Mirror",
|
|
28
29
|
"action.editText": "$t(common.edit)",
|
|
30
|
+
"action.effect.add": "Apply Effect",
|
|
31
|
+
"action.effect.remove": "Remove Effect",
|
|
29
32
|
"action.enterGroup": "Enter Group",
|
|
33
|
+
"action.filter.add": "Apply Filter",
|
|
34
|
+
"action.filter.remove": "Remove Filter",
|
|
30
35
|
"action.gradient.addStop": "Add new stop at {{position}}%",
|
|
31
36
|
"action.gradient.removeStop": "Delete Color",
|
|
32
37
|
"action.group": "Group Elements",
|
|
@@ -37,12 +42,13 @@
|
|
|
37
42
|
"action.image.inpainting": "Inpaint",
|
|
38
43
|
"action.image.matting": "Remove Background",
|
|
39
44
|
"action.image.matting.staging": "Remove Background (Staging)",
|
|
40
|
-
"action.image.replace": "
|
|
45
|
+
"action.image.replace": "Replace Image",
|
|
41
46
|
"action.image.smartCrop": "Smart-Crop",
|
|
42
47
|
"action.image.smartImage": "Smart Features",
|
|
43
48
|
"action.image.smartImage.description": "Smart Features Actions",
|
|
44
49
|
"action.image.superResolution": "Super-Resolution",
|
|
45
50
|
"action.page.add": "Add Page",
|
|
51
|
+
"action.page.delete": "Delete Page",
|
|
46
52
|
"action.page.changeFormat": "Change Page Format",
|
|
47
53
|
"action.pageMove.down": "Move Down",
|
|
48
54
|
"action.pageMove.down.description": "Move page down",
|
|
@@ -60,6 +66,7 @@
|
|
|
60
66
|
"action.scene.load": "Load Scene",
|
|
61
67
|
"action.scene.new": "New Scene",
|
|
62
68
|
"action.selectGroup": "Select Group",
|
|
69
|
+
"action.video.replace": "Replace Video",
|
|
63
70
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Clear blue beach at an island from above",
|
|
64
71
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blue;green;beach;island;water",
|
|
65
72
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Mountains",
|
|
@@ -286,6 +293,8 @@
|
|
|
286
293
|
"common.confirm": "Confirm",
|
|
287
294
|
"common.controlKey": "Ctrl",
|
|
288
295
|
"common.custom": "Custom",
|
|
296
|
+
"common.defaultDuration": "Default Page Duration",
|
|
297
|
+
"common.defaultDuration.inUnit": "Default Page Duration in seconds",
|
|
289
298
|
"common.delete": "Delete",
|
|
290
299
|
"common.done": "Done",
|
|
291
300
|
"common.download": "Download",
|
|
@@ -497,12 +506,13 @@
|
|
|
497
506
|
"component.themeSelect.light.description": "Select light theme",
|
|
498
507
|
"component.timeline.pause.description": "$t(common.pause) complete video",
|
|
499
508
|
"component.timeline.play.description": "$t(common.play) complete video",
|
|
500
|
-
"component.timeline.video.options.description": "Video element options",
|
|
501
|
-
"component.timeline.scale.label": "Timeline Scale",
|
|
502
509
|
"component.timeline.scale.down": "Reduce",
|
|
503
510
|
"component.timeline.scale.down.description": "Reduce Timeline Scale",
|
|
511
|
+
"component.timeline.scale.label": "Timeline Scale",
|
|
504
512
|
"component.timeline.scale.up": "Enlarge",
|
|
505
513
|
"component.timeline.scale.up.description": "Enlarge Timeline Scale",
|
|
514
|
+
"component.timeline.video.options.description": "Video Element Options",
|
|
515
|
+
"component.timeline.audio.options.description": "Audio Element Options",
|
|
506
516
|
"component.topbar.back": "$t(common.back)",
|
|
507
517
|
"component.topbar.close": "$t(common.close)",
|
|
508
518
|
"component.undo.redo": "$t(common.redo)",
|
|
@@ -512,6 +522,8 @@
|
|
|
512
522
|
"component.video.trim.duration.description": "Set trimmed video duration",
|
|
513
523
|
"component.video.trim.play": "$t(common.play)",
|
|
514
524
|
"component.video.trim.play.description": "$t(common.play) trimmed video",
|
|
525
|
+
"component.video.unsupported": "Video Not Supported",
|
|
526
|
+
"component.video.unsupported.description": "<p>We do not support video editing for your current browser right now.</p><p>While we are working to support every major browser, please use a supported browser like the latest Google Chrome, Microsoft Edge, or another Chromium-based browser.</p>",
|
|
515
527
|
"component.viewSelect": "View",
|
|
516
528
|
"component.viewSelect.advanced": "Advanced",
|
|
517
529
|
"component.viewSelect.advanced.description": "Always show the inspector",
|
|
@@ -526,11 +538,13 @@
|
|
|
526
538
|
"component.zoom.to": "Zoom to {{percentage}}%",
|
|
527
539
|
"element.transform.resize": "$t(action.block.resize)",
|
|
528
540
|
"element.transform.rotate": "$t(action.block.rotate)",
|
|
541
|
+
"error.cta.generic": "Error",
|
|
542
|
+
"error.cta.generic.description": "The action has encountered an unknown error. Please try again.",
|
|
529
543
|
"error.generic": "Unknown Error",
|
|
530
544
|
"error.generic.description": "The application has encountered an unknown error. Please try to reload the page",
|
|
531
|
-
"error.upload": "Cannot upload
|
|
532
|
-
"error.upload.description": "The
|
|
533
|
-
"error.upload.sizeExceeded": "
|
|
545
|
+
"error.upload": "Cannot upload file",
|
|
546
|
+
"error.upload.description": "The file could not be uploaded",
|
|
547
|
+
"error.upload.sizeExceeded": "File exceeds the maximum size of {{limit}}x{{limit}}",
|
|
534
548
|
"input.adjustments": "Adjustments",
|
|
535
549
|
"input.adjustments.basic": "Basic",
|
|
536
550
|
"input.adjustments.refinements": "Refinements",
|
|
@@ -654,6 +668,13 @@
|
|
|
654
668
|
"preset.document.twitter-header": "Twitter Header",
|
|
655
669
|
"preset.document.twitter-image": "Twitter Image",
|
|
656
670
|
"preset.document.twitter-profile": "Twitter Profile",
|
|
671
|
+
"preset.document.social-feed": "Social Feed",
|
|
672
|
+
"preset.document.social-story": "Story / Reel",
|
|
673
|
+
"preset.document.hd": "HD (High Definition) 720p 16:9",
|
|
674
|
+
"preset.document.fullhd": "Full HD (FHD) 1080p 16:9",
|
|
675
|
+
"preset.document.qhd": "QHD (Quad HD) 1440p 16:9",
|
|
676
|
+
"preset.document.format2k": "2k Video 1080P 1:1.77",
|
|
677
|
+
"preset.document.format4k": "4K (Ultra HD) 4K / 2160p 16:9",
|
|
657
678
|
"preset.template.blank_1": "Blank",
|
|
658
679
|
"preset.template.business_card_1": "Business Card",
|
|
659
680
|
"preset.template.collage_1": "Collage",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
.UBQ_SectionRow__block--tvmgh{display:flex;align-items:center;margin-bottom:var(--ubq-margin-m);max-height:calc(2*var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height))}.UBQ_SectionRow__block--tvmgh:last-child,.UBQ_SectionRow__block--tvmgh:only-child{margin-bottom:0}.UBQ_SectionRow__block--tvmgh>*{flex:1 1 100%;margin-right:var(--ubq-margin-s)}.UBQ_SectionRow__block--tvmgh>*:last-child{margin-right:0}.UBQ_SectionRow__block--tvmgh>label{flex:0 0 calc(24*var(--ubq-scale-base))}.UBQ_SectionRow__block--tvmgh:empty{display:none}
|
|
54
54
|
.UBQ_Panel__block--i0Jyq{position:relative;display:flex;flex-direction:column;flex:0 0 auto;height:100%;width:calc(72*var(--ubq-scale-base));background:var(--ubq-elevation-2);z-index:14;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_Panel__block--i0Jyq.UBQ_Panel__floating--LXi_b{position:absolute;top:0}.UBQ_Panel__block--i0Jyq.UBQ_Panel__left--_EPiC{order:-1}.UBQ_Panel__block--i0Jyq.UBQ_Panel__fixed--oAcKq.UBQ_Panel__right--r_tqg~.UBQ_Panel__block--i0Jyq.UBQ_Panel__floating--LXi_b.UBQ_Panel__right--r_tqg{left:100%}.UBQ_Panel__borderLeft--QfIeQ{box-shadow:inset 1px 0px var(--ubq-stroke-contrast-1)}.UBQ_Panel__borderRight--_Xoby{box-shadow:inset -1px 0px var(--ubq-stroke-contrast-1)}
|
|
55
55
|
.UBQ_CodeBlock__block--XhLz5{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);white-space:pre;padding:var(--ubq-margin-xs) var(--ubq-margin-s);margin:0;min-height:calc(12*var(--ubq-typography-input-m-line_height));width:80ch;border-radius:var(--ubq-border_radius-m);border:none;background:var(--ubq-input-default);color:var(--ubq-foreground-default)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}@supports not (contain: none){.UBQ_CodeBlock__block--XhLz5:focus{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus)}}.UBQ_CodeBlock__block--XhLz5:focus-visible{z-index:1;background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus)}
|
|
56
|
-
.UBQ_Menu__block--_28h_{margin:0;padding:0;list-style-type:none}.UBQ_Menu__block--_28h_ button{width:100%}
|
|
56
|
+
.UBQ_Menu__block--_28h_{margin:0;padding:0;list-style-type:none}.UBQ_Menu__block--_28h_ button{width:100%}.UBQ_Menu__block--_28h_ hr{margin-inline:0}
|
|
57
57
|
.UBQ_TreeView__block--_IS6l{border-radius:var(--ubq-border_radius-l);background:var(--ubq-interactive-group-default);padding-left:0}.UBQ_TreeView__block--_IS6l:hover{background:var(--ubq-interactive-group-hover)}.UBQ_TreeView__block--_IS6l:not(:last-child){margin-bottom:var(--ubq-margin-l)}.UBQ_TreeView__isGroupActive--BerAU{background:var(--ubq-interactive-group-active-default)}.UBQ_TreeView__isGroupActive--BerAU:hover{background:var(--ubq-interactive-group-active-hover)}.UBQ_TreeView__header--kPfnL,.UBQ_TreeView__item--R6XsR{display:flex;justify-content:flex-start;align-items:center;width:100%;box-sizing:border-box;padding:0 var(--ubq-margin-xs) 0 0;border:none;outline:none;background:rgba(0,0,0,0);cursor:pointer}.UBQ_TreeView__header--kPfnL:first-child,.UBQ_TreeView__item--R6XsR:first-child{border-top-left-radius:calc(var(--ubq-border_radius-l) - 1px);border-top-right-radius:calc(var(--ubq-border_radius-l) - 1px)}.UBQ_TreeView__header--kPfnL:last-child,.UBQ_TreeView__item--R6XsR:last-child{border-bottom-left-radius:calc(
|
|
58
58
|
var(--ubq-border_radius-l) - 1px
|
|
59
59
|
);border-bottom-right-radius:calc(
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
)}.UBQ_TreeView__header--kPfnL .UBQ_TreeView__icon--VOn8B,.UBQ_TreeView__item--R6XsR .UBQ_TreeView__icon--VOn8B{display:flex;align-items:center;justify-content:center;margin-right:var(--ubq-margin-s)}.UBQ_TreeView__header--kPfnL:hover,.UBQ_TreeView__item--R6XsR:hover{background:var(--ubq-interactive-hover)}.UBQ_TreeView__header--kPfnL:hover .UBQ_TreeView__menuButton--awrEH,.UBQ_TreeView__item--R6XsR:hover .UBQ_TreeView__menuButton--awrEH{opacity:1}.UBQ_TreeView__header--kPfnL:active,.UBQ_TreeView__item--R6XsR:active{background:var(--ubq-interactive-pressed)}.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ{background:var(--ubq-interactive-active-default);color:var(--ubq-foreground-active)}.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__link--iauhw,.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__button--t1z_L,.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ *,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__link--iauhw,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__button--t1z_L,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ *{color:var(--ubq-foreground-active)}.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ:hover,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ:hover{background:var(--ubq-interactive-active-hover)}.UBQ_TreeView__header--kPfnL.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__menuButton--awrEH,.UBQ_TreeView__item--R6XsR.UBQ_TreeView__isActive--H_gcJ .UBQ_TreeView__menuButton--awrEH{opacity:1}@supports not (contain: none){.UBQ_TreeView__header--kPfnL:focus,.UBQ_TreeView__item--R6XsR:focus{z-index:1;box-shadow:var(--ubq-effect-focus)}}.UBQ_TreeView__header--kPfnL:focus-visible,.UBQ_TreeView__item--R6XsR:focus-visible{z-index:1;box-shadow:var(--ubq-effect-focus)}.UBQ_TreeView__button--t1z_L,.UBQ_TreeView__link--iauhw{display:flex;align-items:center;width:100%;border-radius:var(--ubq-border_radius-l);text-decoration:none;outline:none;word-break:break-word}.UBQ_TreeView__button--t1z_L:focus-visible,.UBQ_TreeView__link--iauhw:focus-visible{z-index:1;box-shadow:var(--ubq-effect-focus)}.UBQ_TreeView__button--t1z_L{border:none;outline:none;cursor:pointer;background:none}.UBQ_TreeView__header--kPfnL{font-family:var(--ubq-typography-headline-m-font_family);font-size:var(--ubq-typography-headline-m-size);font-weight:var(--ubq-typography-headline-m-weight);letter-spacing:var(--ubq-typography-headline-m-letter_spacing);line-height:var(--ubq-typography-headline-m-line_height);display:flex;align-items:center;justify-content:flex-start;min-height:calc(2*var(--ubq-margin-l))}.UBQ_TreeView__header--kPfnL .UBQ_TreeView__headerIcon--_tXDI{display:flex;align-items:center;justify-content:flex-start;margin-right:var(--ubq-margin-s)}.UBQ_TreeView__header--kPfnL>.UBQ_TreeView__button--t1z_L,.UBQ_TreeView__header--kPfnL>.UBQ_TreeView__link--iauhw{padding:var(--ubq-margin-xs);color:var(--ubq-foreground-default)}.UBQ_TreeView__item--R6XsR>.UBQ_TreeView__button--t1z_L,.UBQ_TreeView__item--R6XsR>.UBQ_TreeView__link--iauhw{padding-left:calc(var(--ubq-margin-l)*2);padding-top:var(--ubq-margin-s);padding-bottom:var(--ubq-margin-s);color:var(--ubq-foreground-light);background:rgba(0,0,0,0)}.UBQ_TreeView__menuButton--awrEH{opacity:0;margin-left:var(--ubq-margin-s);flex-shrink:0}.UBQ_TreeView__menuButton--awrEH:focus-visible{z-index:1;opacity:1;box-shadow:var(--ubq-effect-focus)}
|
|
62
62
|
.UBQ_Avatar__block--PE_Hs{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);display:flex;justify-content:center;align-items:center;height:calc(var(--ubq-scale-base)*6);width:calc(var(--ubq-scale-base)*6);border-radius:var(--ubq-border_radius-m);color:var(--ubq-foreground-default);background:var(--ubq-canvas)}.UBQ_Avatar__block--PE_Hs.UBQ_Avatar__circle--OEUXB{border-radius:50%}.UBQ_Avatar__block--PE_Hs.UBQ_Avatar__background--Mo59C{background:var(--ubq-interactive-default)}.UBQ_Avatar__block--PE_Hs.UBQ_Avatar__fallback--CGHeh{font-size:var(--ubq-typography-label-s-size);text-transform:uppercase}.UBQ_Avatar__img--bvEJ9{object-fit:cover}
|
|
63
63
|
@supports not (contain: none){.UBQ_ExternalLink__block--Hb3aB:focus{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}}.UBQ_ExternalLink__block--Hb3aB:focus-visible{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}
|
|
64
|
-
.UBQ_Dock__block--aKQfU{display:flex;flex-direction:column;position:relative;padding:var(--ubq-margin-xs);box-sizing:border-box;z-index:15;background:var(--ubq-elevation-2);transition:background-color .3s ease-in-out}.UBQ_Dock__block--aKQfU.UBQ_Dock__hasSelected--zZeMe{background:var(--ubq-elevation-1)}.UBQ_Dock__block--aKQfU.UBQ_Dock__left--SjHad{order:0}.UBQ_Dock__block--aKQfU.UBQ_Dock__right--XRtI1{order:1}.UBQ_Dock__small--EjOTm{width:calc(var(--ubq-scale-base)*12)}.UBQ_Dock__big--mtVNu{width:calc(var(--ubq-scale-base)*18)}.UBQ_Dock__button--ttmQQ{font-family:var(--ubq-typography-label-s-font_family);font-size:var(--ubq-typography-label-s-size);font-weight:var(--ubq-typography-label-s-weight);letter-spacing:var(--ubq-typography-label-s-letter_spacing);line-height:var(--ubq-typography-label-s-line_height);padding:var(--ubq-margin-s) var(--ubq-margin-xs);width:100%;min-height:calc(var(--ubq-scale-base)*10);flex:1 0}.UBQ_Dock__buttonLabel--w6Aji{display:flex;flex-direction:column;align-items:center;gap:var(--ubq-margin-xs);width:100%}.UBQ_Dock__buttonLabel--w6Aji>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%}.UBQ_Dock__group--_lfht{display:flex;flex-direction:column;gap:var(--ubq-margin-xs)}.UBQ_Dock__group--_lfht:empty{display:none}
|
|
64
|
+
.UBQ_Dock__block--aKQfU{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:column;position:relative;padding:var(--ubq-margin-xs);box-sizing:border-box;z-index:15;background:var(--ubq-elevation-2);transition:background-color .3s ease-in-out}.UBQ_Dock__block--aKQfU::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Dock__block--aKQfU::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Dock__block--aKQfU::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Dock__block--aKQfU::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Dock__block--aKQfU.UBQ_Dock__hasSelected--zZeMe{background:var(--ubq-elevation-1)}.UBQ_Dock__block--aKQfU.UBQ_Dock__left--SjHad{order:0}.UBQ_Dock__block--aKQfU.UBQ_Dock__right--XRtI1{order:1}.UBQ_Dock__small--EjOTm{width:calc(var(--ubq-scale-base)*12)}.UBQ_Dock__big--mtVNu{width:calc(var(--ubq-scale-base)*18)}.UBQ_Dock__button--ttmQQ{font-family:var(--ubq-typography-label-s-font_family);font-size:var(--ubq-typography-label-s-size);font-weight:var(--ubq-typography-label-s-weight);letter-spacing:var(--ubq-typography-label-s-letter_spacing);line-height:var(--ubq-typography-label-s-line_height);padding:var(--ubq-margin-s) var(--ubq-margin-xs);width:100%;min-height:calc(var(--ubq-scale-base)*10);flex:1 0}.UBQ_Dock__buttonLabel--w6Aji{display:flex;flex-direction:column;align-items:center;gap:var(--ubq-margin-xs);width:100%}.UBQ_Dock__buttonLabel--w6Aji>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%}.UBQ_Dock__group--_lfht{display:flex;flex-direction:column;gap:var(--ubq-margin-xs)}.UBQ_Dock__group--_lfht:empty{display:none}
|
|
65
65
|
.UBQ_MasonryGrid__block--X5QGY{display:grid;grid-gap:var(--ubq-margin-s);grid-auto-rows:0}
|
|
66
|
-
.UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-m);box-sizing:border-box;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;height:100%;width:100%;overflow:hidden}.UBQ_MediaStrip__block--hwS5E>*{grid-area:stack}.UBQ_MediaStrip__content--vjWxV{box-sizing:border-box;height:100%;width:100%}.UBQ_MediaStrip__backgroundContainer--CT081{height:100%;width:100%;pointer-events:none}.UBQ_MediaStrip__singleFrame--MCQAr{width:100%;height:100%;background-repeat:repeat;background-size:auto 100%}.UBQ_MediaStrip__solidColorFrame--YWz2x{width:100%;height:100%}.UBQ_MediaStrip__maskedSvg--Z3EXz{-webkit-mask-size:contain;mask-size:contain;height:100%;background-color:var(--ubq-foreground-default);opacity:.12}.UBQ_MediaStrip__atlas--_CJL_{width:100%;height:100%}.UBQ_MediaStrip__selected--_2x3s{box-shadow:inset 0 0 0 2px var(--ubq-focus-default);border-radius:var(--ubq-border_radius-m)}
|
|
66
|
+
.UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-m);box-sizing:border-box;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;height:100%;width:100%;overflow:hidden}.UBQ_MediaStrip__block--hwS5E>*{grid-area:stack}.UBQ_MediaStrip__contentContainer--GKsVB{z-index:10}.UBQ_MediaStrip__content--vjWxV{box-sizing:border-box;height:100%;width:100%}.UBQ_MediaStrip__backgroundContainer--CT081{height:100%;width:100%;pointer-events:none}.UBQ_MediaStrip__singleFrame--MCQAr{width:100%;height:100%;background-repeat:repeat;background-size:auto 100%}.UBQ_MediaStrip__solidColorFrame--YWz2x{width:100%;height:100%}.UBQ_MediaStrip__maskedSvg--Z3EXz{-webkit-mask-size:contain;mask-size:contain;height:100%;background-color:var(--ubq-foreground-default);opacity:.12}.UBQ_MediaStrip__atlas--_CJL_{width:100%;height:100%}.UBQ_MediaStrip__selected--_2x3s{box-shadow:inset 0 0 0 2px var(--ubq-focus-default);border-radius:var(--ubq-border_radius-m)}
|
|
67
67
|
.UBQ_ResizeHandle__block--YRdxN{border-radius:var(--ubq-border_radius-s);box-shadow:0 0 0 1px var(--ubq-static-selection-frame);height:calc(4*var(--ubq-scale-base));width:var(--ubq-scale-base);background:var(--ubq-static-contrast-white);cursor:col-resize}.UBQ_ResizeHandle__block--YRdxN.UBQ_ResizeHandle__vertical--sRBAO{height:var(--ubq-scale-base);width:calc(4*var(--ubq-scale-base));cursor:row-resize}.UBQ_ResizeHandle__block--YRdxN:focus-visible{box-shadow:var(--ubq-effect-focus)}
|
|
68
68
|
.UBQ_IndicatorLabel__block--ZejQt{padding:0 var(--ubq-margin-s);width:-moz-fit-content;width:fit-content;border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);background:var(--ubq-overlay);font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height)}
|
|
69
|
-
.UBQ_MediaTrim__block--Q08_J{box-sizing:border-box;width:100%;height:calc(var(--ubq-scale-base)*6);overflow:hidden;border-radius:var(--ubq-border_radius-s);box-shadow:var(--ubq-effect-shadow)}.UBQ_MediaTrim__containedWrapper--WaXWC{width:100%;height:100%;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%}.UBQ_MediaTrim__contained--jhSLl{grid-area:stack;height:100%;background-color:rgba(0,0,0,0);box-shadow:
|
|
69
|
+
.UBQ_MediaTrim__block--Q08_J{box-sizing:border-box;width:100%;height:calc(var(--ubq-scale-base)*6);overflow:hidden;border-radius:var(--ubq-border_radius-s);box-shadow:var(--ubq-effect-shadow)}.UBQ_MediaTrim__containedWrapper--WaXWC{width:100%;height:100%;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%}.UBQ_MediaTrim__contained--jhSLl{grid-area:stack;height:100%;background-color:rgba(0,0,0,0);box-shadow:inset calc(-1px*var(--ubq_internal-MediaTrim-overlay-width)) 0 var(--ubq-static-selection-frame);opacity:70%}.UBQ_MediaTrim__containedChildren--_1ydS{grid-area:stack;width:100%;height:100%;z-index:0}.UBQ_MediaTrim__outerMediaStrip--OW4_g,.UBQ_MediaTrim__innerMediaStrip--fVo9X{border-radius:var(--ubq-border_radius-s)}.UBQ_MediaTrim__innerMediaStrip--fVo9X{background:rgba(0,0,0,0);box-shadow:0 0 0 100vmax rgba(0,0,0,.55),inset 0 0 0 2px var(--ubq-focus-default);cursor:grab}.UBQ_MediaTrim__grabbing--quy06{cursor:grabbing}.UBQ_MediaTrim__handle--RYMT5{cursor:col-resize;padding:var(--ubq-margin-xs) var(--ubq-margin-s)}
|
|
70
70
|
.UBQ_Seeker__seeker--FPp7l{height:100%;display:grid;grid-template-areas:"trackerStack";grid-template-rows:100%;grid-template-columns:100%;justify-items:center;align-items:start;pointer-events:none}.UBQ_Seeker__seeker--FPp7l:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_Seeker__head--bvTDO{grid-area:trackerStack;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3);display:flex;color:var(--ubq-static-selection-frame);pointer-events:initial;cursor:grab}.UBQ_Seeker__head--bvTDO.UBQ_Seeker__grabbing--aMAmT{cursor:grabbing}.UBQ_Seeker__head--bvTDO svg{width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3)}.UBQ_Seeker__bar--B6hHh{grid-area:trackerStack;width:2px;height:100%;border-radius:var(--ubq-border_radius-s);background-color:var(--ubq-static-selection-frame)}
|
|
71
71
|
.UBQ_MediaSeeker__block--Aix5e{--top-offset: calc(-1 * (calc(var(--ubq-scale-base) * 3) - var(--ubq-margin-xs)));position:relative;overflow:visible}.UBQ_MediaSeeker__block--Aix5e.UBQ_MediaSeeker__big--n5loC{--top-offset: var(--ubq-margin-xs)}.UBQ_MediaSeeker__overlay--_SQHz{grid-area:stack;position:absolute;height:calc(100% - var(--top-offset));top:var(--top-offset);margin-left:calc(calc(var(--ubq-scale-base) * 2) / -2);display:flex;flex-direction:row;justify-content:space-between;gap:var(--ubq-margin-xs);pointer-events:none}.UBQ_MediaSeeker__overlay--_SQHz.UBQ_MediaSeeker__flipLabel--_pjc9{margin-left:calc(
|
|
72
72
|
(var(--ubq_internal-seeker-width) * -1) + calc(var(--ubq-scale-base) * 2) / 2
|
|
73
73
|
);flex-direction:row-reverse}.UBQ_MediaSeeker__overlay--_SQHz>label{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
74
74
|
.UBQ_FloatingActionButton__block--PLBmE{height:calc(12*var(--ubq-scale-base));width:calc(12*var(--ubq-scale-base));border-radius:50%;background:var(--ubq-elevation-1)}.UBQ_FloatingActionButton__button--YnxP4{height:100%;width:100%;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:var(--ubq-interactive-default);color:var(--ubq-foreground-default);cursor:pointer;box-shadow:var(--ubq-effect-shadow)}.UBQ_FloatingActionButton__button--YnxP4:hover{background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_FloatingActionButton__button--YnxP4:focus{outline:none}.UBQ_FloatingActionButton__button--YnxP4:focus-visible{box-shadow:var(--ubq-effect-focus);background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4>span{display:grid;place-content:center}
|
|
75
|
-
.UBQ_TimelineVideoStrip__block--_6Iq3{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineVideoStrip__strip--Z0b_r{height:calc(16*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:1}.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineVideoStrip__label--jUjmO{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-light);padding:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s);cursor:pointer}.UBQ_TimelineVideoStrip__indicator--_w5mO{margin:0 0 var(--ubq-margin-xs) var(--ubq-margin-xs);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineVideoStrip__handleContainer--CRxCd{padding:0 var(--ubq-margin-s);cursor:col-resize}.UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:0}.UBQ_TimelineVideoStrip__handle--Wj8ep:focus-visible{opacity:1}.UBQ_TimelineVideoStrip__isSelected--y3T0W{opacity:1}
|
|
76
|
-
.UBQ_TimelineAudioStrip__block--_p9_X{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__handle--PAAsX{display:block}.UBQ_TimelineAudioStrip__strip--VMQBP{
|
|
75
|
+
.UBQ_TimelineVideoStrip__block--_6Iq3{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineVideoStrip__strip--Z0b_r{height:calc(16*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:1}.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineVideoStrip__label--jUjmO{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-light);padding:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineVideoStrip__indicator--_w5mO{margin:0 0 var(--ubq-margin-xs) var(--ubq-margin-xs);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineVideoStrip__handleContainer--CRxCd{padding:0 var(--ubq-margin-s);cursor:col-resize}.UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:0}.UBQ_TimelineVideoStrip__handle--Wj8ep:focus-visible{opacity:1}.UBQ_TimelineVideoStrip__isSelected--y3T0W{opacity:1}.UBQ_TimelineVideoStrip__hidden--DMKrF{visibility:hidden}
|
|
76
|
+
.UBQ_TimelineAudioStrip__block--_p9_X{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__handle--PAAsX{display:block}.UBQ_TimelineAudioStrip__strip--VMQBP{height:calc(6*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineAudioStrip__strip--VMQBP.UBQ_TimelineAudioStrip__isDragging--jbX07{cursor:grabbing}.UBQ_TimelineAudioStrip__strip--VMQBP:hover .UBQ_TimelineAudioStrip__handle--PAAsX,.UBQ_TimelineAudioStrip__strip--VMQBP:hover .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible .UBQ_TimelineAudioStrip__handle--PAAsX,.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__strip--VMQBP.UBQ_TimelineAudioStrip__selected--EDmoC .UBQ_TimelineAudioStrip__handle--PAAsX,.UBQ_TimelineAudioStrip__strip--VMQBP.UBQ_TimelineAudioStrip__selected--EDmoC .UBQ_TimelineAudioStrip__duration--Yep_r{display:block}.UBQ_TimelineAudioStrip__strip--VMQBP:hover .UBQ_TimelineAudioStrip__middleLeftWrapper--ooMbi,.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible .UBQ_TimelineAudioStrip__middleLeftWrapper--ooMbi,.UBQ_TimelineAudioStrip__strip--VMQBP.UBQ_TimelineAudioStrip__selected--EDmoC .UBQ_TimelineAudioStrip__middleLeftWrapper--ooMbi{width:calc(100% - 12*var(--ubq-scale-base))}.UBQ_TimelineAudioStrip__strip--VMQBP>*:first-child{background:var(--ubq-elevation-3)}.UBQ_TimelineAudioStrip__draggable--gpk5T{cursor:grab}.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineAudioStrip__setChildWidth--_iwfM>*:first-child{width:100%;max-width:100%}.UBQ_TimelineAudioStrip__middleLeftWrapper--ooMbi{display:flex;width:calc(100% - var(--ubq-margin-s))}.UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__filename--qUjTw{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineAudioStrip__filename--qUjTw:only-child{margin-left:var(--ubq-margin-s)}.UBQ_TimelineAudioStrip__duration--Yep_r{margin:0 var(--ubq-margin-xs);padding:0 var(--ubq-margin-s);flex-shrink:0;display:none}.UBQ_TimelineAudioStrip__handleContainer--OZ1_E{cursor:col-resize;padding:0 var(--ubq-margin-s)}.UBQ_TimelineAudioStrip__handle--PAAsX{display:none}.UBQ_TimelineAudioStrip__handle--PAAsX:focus-visible{display:block}.UBQ_TimelineAudioStrip__hidden--TRLVL{visibility:hidden}
|
|
77
77
|
.UBQ_BlendModeSelect__options--f8ZyJ{max-height:calc(var(--ubq-scale-base)*108)}.UBQ_BlendModeSelect__option--c0UQW{min-width:calc(var(--ubq-scale-base)*42)}
|
|
78
78
|
.UBQ_InspectorHorizontalGroup__block--M9_3R{display:flex}.UBQ_InspectorHorizontalGroup__block--M9_3R>*{max-width:50%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:only-child{max-width:100%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(odd):not(:last-child){margin-right:var(--ubq-margin-s)}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(even){margin-left:var(--ubq-margin-s)}
|
|
79
79
|
.UBQ_SliderInput__block--qaiej{width:100%}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
.UBQ_AssetResultContainer__block--TrDHA{position:relative;display:grid;height:100%;width:100%}.UBQ_AssetResultContainer__block--TrDHA .UBQ_AssetResultContainer__creditsButton--RVn9M{position:absolute;top:var(--ubq-margin-xs);right:var(--ubq-margin-xs);opacity:0}.UBQ_AssetResultContainer__block--TrDHA:focus-within .UBQ_AssetResultContainer__creditsButton--RVn9M,.UBQ_AssetResultContainer__block--TrDHA:hover .UBQ_AssetResultContainer__creditsButton--RVn9M{opacity:1;z-index:2}
|
|
86
86
|
.UBQ_AssetTemplateDialog__block--cLjSB{max-width:calc(var(--ubq-scale-base)*80)}
|
|
87
87
|
.UBQ_LocalSourceSectionHeaderUpload__block--Lrlpj{max-width:max-content}
|
|
88
|
-
.UBQ_LocalSourceGridUpload__block--R4jen,.UBQ_LocalSourceGridUpload__wrapper--HT5EF{display:flex;justify-content:center;align-items:center
|
|
88
|
+
.UBQ_LocalSourceGridUpload__block--R4jen,.UBQ_LocalSourceGridUpload__wrapper--HT5EF{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:var(--ubq-margin-s)}
|
|
89
89
|
.UBQ_AssetLibraryGrid__block--_bWP9{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);flex:1;padding:var(--ubq-margin-m);height:100%;overflow-y:scroll}.UBQ_AssetLibraryGrid__block--_bWP9::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_AssetLibraryGrid__block--_bWP9::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_AssetLibraryGrid__block--_bWP9::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_AssetLibraryGrid__block--_bWP9::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}
|
|
90
90
|
.UBQ_AssetLibraryGridLoadingAnchor__block--hfZbs{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);width:100%;height:calc(10*var(--ubq-scale-base));display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:var(--ubq-margin-m);color:var(--ubq-foreground-info)}.UBQ_AssetLibraryGridLoadingAnchor__noMoreItems--rFC1K{display:none}.UBQ_AssetLibraryGridLoadingAnchor__anchor--_6K9D{height:1px;width:100%;transform:translateY(-250px)}
|
|
91
91
|
.UBQ_AssetLibraryGridSkeleton__grid--zCzJv{position:relative}.UBQ_AssetLibraryGridSkeleton__label--j_fu_{color:var(--ubq-foreground-info);margin-left:var(--ubq-margin-s)}.UBQ_AssetLibraryGridSkeleton__gradient--Cikzr{position:absolute;top:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(18, 25, 33, 0) 0%, var(--ubq-elevation-2) 60%)}.UBQ_AssetLibraryGridSkeleton__labelContainer--XiwSY{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--ubq-foreground-default)}.UBQ_AssetLibraryGridSkeleton__prependedSourceUIComponentContainer--rgV6K{margin-top:var(--ubq-margin-m)}.UBQ_AssetLibraryGridSkeleton__cardWrapper--rDDZ0{height:100%;width:100%}.UBQ_AssetLibraryGridSkeleton__animatedBackground--h4zX1{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:UBQ_AssetLibraryGridSkeleton__placeHolderShimmer--K6JxP;animation-timing-function:linear;background:rgba(0,0,0,0);background:linear-gradient(to right, hsla(0deg, 0%, 100%, 0.04) 8%, hsla(0deg, 0%, 100%, 0) 38%, hsla(0deg, 0%, 100%, 0.04) 54%);background-size:1000px 640px;position:relative}@keyframes UBQ_AssetLibraryGridSkeleton__placeHolderShimmer--K6JxP{0%{background-position:-468px 0}100%{background-position:468px 0}}.UBQ_AssetLibraryGridSkeleton__loadingSpinnerIcon--JlHPG{animation:UBQ_AssetLibraryGridSkeleton__loading--aWGTA 1.1s infinite linear}@keyframes UBQ_AssetLibraryGridSkeleton__loading--aWGTA{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
.UBQ_AudioInspector__resetButton--JWFjh{flex:0 0 calc(6*var(--ubq-scale-base))}
|
|
111
111
|
.UBQ_InspectorLibrary__block--fl3Qd{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ubq-margin-m)}.UBQ_InspectorLibrary__singleColumn--SR5KA{display:flex;flex-direction:column;grid-gap:0}.UBQ_InspectorLibrary__singleColumn--SR5KA>*{margin-bottom:var(--ubq-margin-m)}
|
|
112
112
|
.UBQ_ImageProcessorControls__block--WiBOU{overflow:hidden}
|
|
113
|
+
.UBQ_Effects__loaderContainer--_KFdV{display:grid;place-content:center;height:100%;width:100%}.UBQ_Effects__container--nUBjP{min-width:calc(100% - 2*var(--ubq-margin-l));min-height:calc(100% - 2*var(--ubq-margin-l));padding:var(--ubq-margin-l)}
|
|
113
114
|
.UBQ_ColorSelection__block--FN2Fv{width:calc(70*var(--ubq-scale-base));padding:var(--ubq-margin-s)}.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--VdqDE,.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--VdqDE label{cursor:pointer}.UBQ_ColorSelection__header--_BOZa{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--ubq-margin-m)}.UBQ_ColorSelection__header--_BOZa>*:not(.UBQ_ColorSelection__heading--g9Gma){flex:0 0 auto}.UBQ_ColorSelection__heading--g9Gma{font-family:var(--ubq-typography-headline-l-font_family);font-size:var(--ubq-typography-headline-l-size);font-weight:var(--ubq-typography-headline-l-weight);letter-spacing:var(--ubq-typography-headline-l-letter_spacing);line-height:var(--ubq-typography-headline-l-line_height)}.UBQ_ColorSelection__section--Zd8PY{padding-top:var(--ubq-margin-xs);display:flex;flex-direction:column}.UBQ_ColorSelection__section--Zd8PY:not(:last-child){padding-bottom:var(--ubq-margin-l)}.UBQ_ColorSelection__section--Zd8PY>div:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_ColorSelection__colorPalette--DFNLf{display:grid;grid-template-columns:repeat(9, max-content);gap:var(--ubq-margin-s)}input[type=range].UBQ_ColorSelection__hueSlider--HuT26{background:linear-gradient(90deg, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%) !important}input[type=range].UBQ_ColorSelection__hueSlider--HuT26,input[type=range].UBQ_ColorSelection__opacitySlider--cF7ez{--slider-thumb-color: white;--slider-thumb-color-active: white;--slider-thumb-color-inner: transparent}input[type=range].UBQ_ColorSelection__hueSlider--HuT26::-ms-thumb,input[type=range].UBQ_ColorSelection__opacitySlider--cF7ez::-ms-thumb{box-shadow:inset 0 0 0 var(--ubq-scale-base) #fff !important;background:rgba(0,0,0,0) !important}
|
|
114
115
|
.UBQ_FillModeSelect__button--hhPsM{flex:0 0 50%}.UBQ_FillModeSelect__button--hhPsM>span>span{flex-grow:0}
|
|
115
116
|
.UBQ_GradientControls__smallButton--iZAYd{flex:0 0 auto}.UBQ_GradientControls__gradientBar--mydcn{display:flex;align-items:center;width:100%;position:relative;height:calc(6*var(--ubq-scale-base));margin-bottom:var(--ubq-margin-m);border-radius:var(--ubq-border_radius-s);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_GradientControls__gradientBar--mydcn .UBQ_GradientControls__gradientBackground--lt3lV{width:100%;height:100%;border-radius:var(--ubq-border_radius-s);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_GradientControls__gradientBar--mydcn .UBQ_GradientControls__border--u66SY{width:100%;height:100%}.UBQ_GradientControls__gradientBar--mydcn.UBQ_GradientControls__disabled--FB3Ja{opacity:.55}.UBQ_GradientControls__gradientBar--mydcn>button{position:absolute;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*2);padding:0;display:flex;flex-direction:column;align-items:center;border:none;outline:none;border-radius:var(--ubq-border_radius-m);cursor:grab}.UBQ_GradientControls__gradientBar--mydcn>button:disabled{cursor:inherit}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__active--B4597{height:calc(100% - 2 * 2px)}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__grabbing--w5wnf{cursor:grabbing}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));border-radius:var(--ubq-border_radius-m);margin:0;display:flex;justify-content:center;overflow:hidden;background-color:rgba(0,0,0,0);color:var(--ubq-static-contrast-white);cursor:default}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__stack--_aVR1{justify-items:center;align-items:center}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__stack--_aVR1 svg{opacity:.8}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__background--LrI5l{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));background-color:var(--ubq-static-contrast-black);filter:opacity(50%)}.UBQ_GradientControls__gradientBar--mydcn>button>*{flex:0 0 100%}.UBQ_GradientControls__gradientBar--mydcn>button:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_GradientControls__gradientBar--mydcn>button>.UBQ_GradientControls__doubleBorder--IW1Y9{filter:opacity(50%);width:100%;height:100%;background:rgba(0,0,0,0);border-radius:var(--ubq-border_radius-m);box-shadow:0 0 0 2px var(--ubq-static-contrast-black),inset 0 0 0 2px var(--ubq-static-contrast-white)}
|
|
@@ -136,7 +137,6 @@
|
|
|
136
137
|
.UBQ_AssetPanelSection__button--tULpR{flex:1}.UBQ_AssetPanelSection__button--tULpR>span>span{text-align:center}
|
|
137
138
|
.UBQ_DockIconSizeSelect__button--_CUsz{flex:1}.UBQ_DockIconSizeSelect__button--_CUsz>span>span{text-align:center}
|
|
138
139
|
.UBQ_DockLabelVisibilityToggle__button--dNJ3_{flex:1}.UBQ_DockLabelVisibilityToggle__button--dNJ3_>span>span{text-align:center}
|
|
139
|
-
.UBQ_ExperimentalSettings__paragraph--daEsR{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);width:auto;color:var(--ubq-foreground-info);margin-bottom:var(--ubq-margin-s)}
|
|
140
140
|
.UBQ_InspectorPositionSelect__button--Ir37J{flex:1;text-align:center}.UBQ_InspectorPositionSelect__button--Ir37J>span>span{text-align:center}
|
|
141
141
|
.UBQ_LanguageSelect__option--WyILC{display:flex;justify-content:flex-start;align-items:center;min-width:70px}
|
|
142
142
|
.UBQ_PageTitleVisibilityToggle__button--PyCR_{flex:1}.UBQ_PageTitleVisibilityToggle__button--PyCR_>span>span{text-align:center}
|
|
@@ -153,20 +153,20 @@
|
|
|
153
153
|
.UBQ_ShapeOptions__popoverContent--_AAQC{width:calc(60*var(--ubq-scale-base))}
|
|
154
154
|
.UBQ_ShapeStrokeWidth__popoverContent--KY7Dh{width:calc(60*var(--ubq-scale-base))}.UBQ_ShapeStrokeWidth__button--TTA89{max-width:calc(30*var(--ubq-scale-base))}
|
|
155
155
|
.UBQ_TextAlignmentSelect__option--b0Uqu{display:flex;justify-content:flex-start;align-items:center}.UBQ_TextAlignmentSelect__option--b0Uqu>*:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_TextAlignmentSelect__cornerChevronOverlay--Xsfn1{display:grid;grid-template-areas:"stack"}.UBQ_TextAlignmentSelect__cornerChevronOverlay--Xsfn1>*{grid-area:stack}
|
|
156
|
-
.UBQ_InspectorBar__block--LJY1E{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--LWR2R{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--LWR2R:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--LWR2R:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--LWR2R:first-child{margin-left:0}.UBQ_InspectorBar__area--LWR2R:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--Xhg5d{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child:empty{margin:0}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--k7Lq_{width:100%;display:flex}.UBQ_InspectorBar__fontSize--nXKQh{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--dk3L5{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}.UBQ_InspectorBar__cropStraightenSlider--gfEGR{width:calc(var(--ubq-scale-base)*40)}.UBQ_InspectorBar__containerTrimModeInterface--lzxyS{width:100%}.UBQ_InspectorBar__buttonTrimPlay--_3Ns1{flex:0 0 auto}.UBQ_InspectorBar__numberInputTrimDuration--R7FqK{flex:0 0 calc(16*var(--ubq-scale-base))}.UBQ_InspectorBar__containerMediaTrim--UQJXK{flex:1 1 100%;margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__buttonTrimDone--IGjcJ{flex:0 0 fit-content}
|
|
156
|
+
.UBQ_InspectorBar__block--LJY1E{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--LWR2R{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--LWR2R:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--LWR2R:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--LWR2R:first-child{margin-left:0}.UBQ_InspectorBar__area--LWR2R:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--Xhg5d{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child:empty{margin:0}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--k7Lq_{width:100%;display:flex}.UBQ_InspectorBar__fontSize--nXKQh{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__volumeOptions--GQhnR{width:calc(57*var(--ubq-scale-base))}.UBQ_InspectorBar__optionsMenuRow--dk3L5{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}.UBQ_InspectorBar__cropStraightenSlider--gfEGR{width:calc(var(--ubq-scale-base)*40)}.UBQ_InspectorBar__containerTrimModeInterface--lzxyS{width:100%}.UBQ_InspectorBar__buttonTrimPlay--_3Ns1{flex:0 0 auto}.UBQ_InspectorBar__numberInputTrimDuration--R7FqK{flex:0 0 calc(16*var(--ubq-scale-base))}.UBQ_InspectorBar__containerMediaTrim--UQJXK{flex:1 1 100%;margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__buttonTrimDone--IGjcJ{flex:0 0 fit-content}
|
|
157
157
|
.UBQ_WelcomeInspector__container--_GJ68{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-flow:column;height:100%}.UBQ_WelcomeInspector__container--_GJ68 .UBQ_WelcomeInspector__white-label-logo--_LQCu{color:var(--ubq-foreground-default)}.UBQ_WelcomeInspector__sectionblock--plxb_{color:var(--ubq-foreground-default);min-height:min-content;height:inherit;margin:var(--ubq-margin-l) 0}.UBQ_WelcomeInspector__sectionblock--plxb_ .UBQ_WelcomeInspector__sectioncontent--L_uCg{height:100%}.UBQ_WelcomeInspector__sectionblock--plxb_:first-child{margin-top:0}.UBQ_WelcomeInspector__sectionblock--plxb_:last-child{margin-bottom:0}.UBQ_WelcomeInspector__sectionblock--plxb_>*:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_WelcomeInspector__paragraphs--sQvKV>p{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);text-align:center;width:auto;color:var(--ubq-foreground-default);margin:var(--ubq-margin-m) var(--ubq-margin-l) calc(var(--ubq-margin-m)*2)}
|
|
158
158
|
.UBQ_TimelineScale__block--XYACk{height:calc(8*var(--ubq-scale-base));padding-left:var(--ubq-margin-xs);display:flex;border-width:0 0 0 2px;border-style:solid;border-image:linear-gradient(to bottom, var(--ubq-stroke-contrast-2), transparent) 1 100%}.UBQ_TimelineScale__block--XYACk time{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);margin-top:var(--ubq-margin-xs);display:flex;align-items:center;height:calc(var(--ubq-scale-base)*3);color:var(--ubq-foreground-light)}
|
|
159
159
|
.UBQ_TimelineSeeker__block--NA8Zg{grid-area:stack;position:absolute;height:100%;top:0;margin:var(--ubq-margin-xs) 0 0 calc(calc(var(--ubq-scale-base) * 2) / -2);pointer-events:none}.UBQ_TimelineSeeker__block--NA8Zg>label{position:absolute;top:0;left:calc(var(--ubq-scale-base)*3);display:flex;align-items:center;height:calc(var(--ubq-scale-base)*3);pointer-events:none;-webkit-user-select:none;user-select:none}.UBQ_TimelineSeeker__block--NA8Zg>label.UBQ_TimelineSeeker__flipped--VGpfL{left:unset;right:calc(var(--ubq-scale-base)*3)}.UBQ_TimelineSeeker__block--NA8Zg>label>time{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default)}
|
|
160
|
-
.UBQ_TimelineVideoElement__block--wZFIW:hover .
|
|
161
|
-
.UBQ_Timeline__block--_X4GI{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;max-height:50%;overflow-y:auto;background:var(--ubq-elevation-1)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__overflowContainer--LJBma{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;padding-left:calc(22*var(--ubq-scale-base));width:100%;box-sizing:border-box;overflow-y:hidden;overflow-x:scroll}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__timelineVideo--TViSG{min-width:100%;display:flex}.UBQ_Timeline__timelineAudio--NAGTo{min-width:100%;margin:var(--ubq-margin-l) 0;display:flex;flex-direction:column;gap:var(--ubq-margin-s)}.UBQ_Timeline__timelineSeeker--YR4TD{position:absolute;height:100%;top:0}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%;display:
|
|
162
|
-
.UBQ_TimelineAudioElement__block--Cf4I_:hover .
|
|
160
|
+
.UBQ_TimelineVideoElement__block--wZFIW{background:var(--ubq-static-contrast-white)}.UBQ_TimelineVideoElement__block--wZFIW:hover .UBQ_TimelineVideoElement__optionsContainer--smvYd,.UBQ_TimelineVideoElement__block--wZFIW:focus-visible .UBQ_TimelineVideoElement__optionsContainer--smvYd{opacity:1}.UBQ_TimelineVideoElement__optionsContainer--smvYd{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s);margin:var(--ubq-margin-xs) var(--ubq-margin-xs) 0 0;opacity:0}.UBQ_TimelineVideoElement__optionsContainer--smvYd:focus-within{opacity:1}.UBQ_TimelineVideoElement__optionsButton--wO_51{padding-top:0;padding-bottom:0}.UBQ_TimelineVideoElement__separator--O2krt{margin:var(--ubq-margin-xs) 0}
|
|
161
|
+
.UBQ_Timeline__block--_X4GI{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;max-height:50%;overflow-y:auto;background:var(--ubq-elevation-1)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__overflowContainer--LJBma{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;padding-left:calc(22*var(--ubq-scale-base));width:100%;box-sizing:border-box;overflow-y:hidden;overflow-x:scroll}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__timelineVideo--TViSG{min-width:100%;display:flex}.UBQ_Timeline__timelineAudio--NAGTo{min-width:100%;margin:var(--ubq-margin-l) 0;display:flex;flex-direction:column;gap:var(--ubq-margin-s)}.UBQ_Timeline__timelineSeeker--YR4TD{position:absolute;height:100%;top:0}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 790px){.UBQ_Timeline__status--_Tkqz{grid-template-columns:0px 1fr 1fr}}.UBQ_Timeline__playContainer--BfUhi{position:absolute;top:calc(8*var(--ubq-scale-base));left:0;display:grid;place-content:center;height:calc(16*var(--ubq-scale-base));width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPageContainer--CHKnV{margin-left:var(--ubq-margin-l);padding-right:var(--ubq-margin-xl);display:flex;flex-direction:column}.UBQ_Timeline__addPageButton--cVwGD{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;border:1px solid var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__addPageLabel--YexHr{padding:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s);color:var(--ubq-foreground-info);cursor:pointer}.UBQ_Timeline__addAudio--_QIYx{height:calc(6*var(--ubq-scale-base));width:-moz-fit-content;width:fit-content;flex-grow:0;flex-shrink:0;border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-m);display:none}
|
|
162
|
+
.UBQ_TimelineAudioElement__block--Cf4I_:hover .UBQ_TimelineAudioElement__optionsContainer--_p1MK,.UBQ_TimelineAudioElement__block--Cf4I_:focus-visible .UBQ_TimelineAudioElement__optionsContainer--_p1MK{opacity:1}.UBQ_TimelineAudioElement__optionsContainer--_p1MK{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s);opacity:0}.UBQ_TimelineAudioElement__optionsContainer--_p1MK:focus-within{opacity:1}.UBQ_TimelineAudioElement__optionsButton--qxCKd{width:calc(6*var(--ubq-scale-base));height:calc(4*var(--ubq-scale-base));display:flex;place-items:center}.UBQ_TimelineAudioElement__listing--nsGs6{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.UBQ_TimelineAudioElement__listing--nsGs6>li{display:flex;margin-bottom:var(--ubq-margin-xs)}.UBQ_TimelineAudioElement__listing--nsGs6>li:last-child{margin-bottom:0}
|
|
163
163
|
.UBQ_TimelinePlaybackInfo__block--n9r3A{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);grid-column-start:2;display:grid;place-content:center}
|
|
164
|
-
.UBQ_TimelineZoom__block--Xnu8e{grid-column-start:3;justify-self:end;margin-inline:var(--ubq-margin-m);display:flex;align-items:center;gap:var(--ubq-margin-s)}
|
|
164
|
+
.UBQ_TimelineZoom__block--Xnu8e{grid-column-start:3;justify-self:end;margin-inline:var(--ubq-margin-m);display:flex;align-items:center;gap:var(--ubq-margin-s)}.UBQ_TimelineZoom__block--Xnu8e>*{flex:0 0 fit-content}
|
|
165
165
|
.UBQ_UploadModal__block--_pbct{display:flex;flex-direction:row;align-items:flex-start}.UBQ_UploadModal__block--_pbct>:not(:last-child){margin-right:var(--ubq-margin-l)}.UBQ_UploadModal__content--WuJKQ p{width:40ch;margin:0}
|
|
166
|
-
|
|
166
|
+
.react-draggable-transparent-selection{-webkit-user-select:none;user-select:none}.UBQ_GlobalStyles__block--wwp3W{height:100%;width:100%}
|
|
167
167
|
.UBQ_UndoControls__block--pGsrm{display:inline-flex}
|
|
168
168
|
.UBQ_ZoomControls__label--X3u17{min-width:calc(17*var(--ubq-scale-base))}.UBQ_ZoomControls__label--X3u17>span>span{text-align:right}
|
|
169
169
|
.UBQ_ZoomOptions__block--oIA1Q{display:flex;flex-direction:column;width:calc(47*var(--ubq-scale-base));box-sizing:border-box}.UBQ_ZoomOptions__block--oIA1Q .UBQ_ZoomOptions__option--yCiu2>span{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.UBQ_ZoomOptions__block--oIA1Q .UBQ_ZoomOptions__option--yCiu2>span .UBQ_ZoomOptions__shortcutContainer--wkOKW{color:var(--ubq-foreground-info);display:inline-flex;align-items:center;flex-grow:0}.UBQ_ZoomOptions__block--oIA1Q .UBQ_ZoomOptions__option--yCiu2>span .UBQ_ZoomOptions__shortcutContainer--wkOKW>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}
|
|
170
170
|
.UBQ_CallToAction__listing--yY_VC{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.UBQ_CallToAction__listing--yY_VC>li{display:flex;margin-bottom:var(--ubq-margin-xs)}.UBQ_CallToAction__listing--yY_VC>li:last-child{margin-bottom:0}
|
|
171
|
-
.UBQ_Topbar__block--WcJ8K{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(2*var(--ubq-margin-l));box-sizing:border-box;width:100%;min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height));padding:var(--ubq-margin-m) 0;overflow-x:auto;overflow-y:hidden;background:var(--ubq-Topbar-background, var(--ubq-elevation-3))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Topbar__block--WcJ8K>*{min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height))}.UBQ_Topbar__controlsContainerLeft--_kI01{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerLeft--_kI01>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerLeft--_kI01>*:first-child{margin-left:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerCenter--_4yve{height:100%;display:flex;flex-wrap:nowrap;align-items:center;display:flex;justify-content:center;align-items:center;width:auto}.UBQ_Topbar__controlsContainerCenter--_4yve>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__title--rpDvo{min-width:calc(45*var(--ubq-scale-base));min-height:initial}.UBQ_Topbar__controlsContainerRight--OjqLt{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerRight--OjqLt>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerRight--OjqLt>*:last-child{margin-right:var(--ubq-margin-m)}.UBQ_Topbar__sceneFileControlOption--TpFvV{display:flex}.UBQ_Topbar__sceneFileControlOption--TpFvV span{margin:0 var(--ubq-margin-xs)}
|
|
172
|
-
.UBQ_Editor__block--j9bKY{display:flex;flex-direction:column;height:100%;width:100%;background:var(--ubq-canvas);opacity:1 !important}.UBQ_Editor__navigation--cIzdZ{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;-webkit-user-select:none;user-select:none}.UBQ_Editor__navigation--cIzdZ.UBQ_Editor__bottom--rvZ1_{order:1}.UBQ_Editor__body--rQk_G{position:relative;display:flex;flex:1 1 100%;overflow:hidden}.UBQ_Editor__canvasContainer--PHFxV{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}
|
|
171
|
+
.UBQ_Topbar__block--WcJ8K{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(2*var(--ubq-margin-l));box-sizing:border-box;width:100%;min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height));padding:var(--ubq-margin-m) 0;overflow-x:auto;overflow-y:hidden;background:var(--ubq-Topbar-background, var(--ubq-elevation-3))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Topbar__block--WcJ8K>*{min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height))}.UBQ_Topbar__controlsContainerLeft--_kI01{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerLeft--_kI01>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerLeft--_kI01>*:first-child{margin-left:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerCenter--_4yve{height:100%;display:flex;flex-wrap:nowrap;align-items:center;display:flex;justify-content:center;align-items:center;width:auto}.UBQ_Topbar__controlsContainerCenter--_4yve>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__title--rpDvo{min-width:calc(45*var(--ubq-scale-base));min-height:initial}.UBQ_Topbar__controlsContainerRight--OjqLt{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerRight--OjqLt>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerRight--OjqLt>*:last-child{margin-right:var(--ubq-margin-m)}.UBQ_Topbar__sceneFileControlOption--TpFvV{display:flex}.UBQ_Topbar__sceneFileControlOption--TpFvV span{margin:0 var(--ubq-margin-xs)}.UBQ_Topbar__dialog--cqHim{width:calc(var(--ubq-scale-base)*100)}
|
|
172
|
+
.UBQ_Editor__block--j9bKY{display:flex;flex-direction:column;height:100%;width:100%;background:var(--ubq-canvas);opacity:1 !important}.UBQ_Editor__navigation--cIzdZ{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;-webkit-user-select:none;user-select:none}.UBQ_Editor__navigation--cIzdZ.UBQ_Editor__bottom--rvZ1_{order:1}.UBQ_Editor__body--rQk_G{position:relative;display:flex;flex:1 1 100%;overflow:hidden}.UBQ_Editor__canvasContainer--PHFxV{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}.UBQ_Editor__dialog--v_D2N{width:calc(var(--ubq-scale-base)*100)}
|