From db607f3425d21925f471b52abeb0576f98817693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 19 Dec 2021 11:50:40 +0100 Subject: [PATCH] video bg --- ui/src/components/BlobPreview.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/components/BlobPreview.svelte b/ui/src/components/BlobPreview.svelte index d2a21bd..c82bf8b 100644 --- a/ui/src/components/BlobPreview.svelte +++ b/ui/src/components/BlobPreview.svelte @@ -37,4 +37,8 @@ width: 100%; max-height: 25em; } + + video { + background: rgba(128, 128, 128, 128); + }