diff --git a/apps/client/src/widgets/type_widgets/file/Video.css b/apps/client/src/widgets/type_widgets/file/Video.css index 0be415f84d..a405bd59c2 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.css +++ b/apps/client/src/widgets/type_widgets/file/Video.css @@ -44,6 +44,11 @@ display: flex; } + .spacer { + width: var(--icon-button-size, 32px); + height: var(--icon-button-size, 32px); + } + .center { justify-content: center; } diff --git a/apps/client/src/widgets/type_widgets/file/Video.tsx b/apps/client/src/widgets/type_widgets/file/Video.tsx index 0403ff7355..8197192e66 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.tsx +++ b/apps/client/src/widgets/type_widgets/file/Video.tsx @@ -124,12 +124,13 @@ export default function VideoPreview({ note }: { note: FNote }) {
-
+
+