Minor design change in the rounding of the storyboard canvas

This commit is contained in:
root
2023-05-25 06:58:36 +05:30
parent 9ab6263aa7
commit abe60e04fa
+1 -1
View File
@@ -4,7 +4,7 @@
style="width: 100%; height: calc(100vh - 48px); background: #000"
ref="container"
>
<canvas ref="preview" class="pm-shaka-preview rounded" style="display: none" />
<canvas ref="preview" class="pm-shaka-preview rounded-xl" style="display: none" />
<video
data-shaka-player
style="min-width: 100%;"