From 5093c49b11be0cc264db53ee063f116fb1f845aa Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Wed, 30 Aug 2023 23:09:24 -0400 Subject: [PATCH] remove unused css --- src/App.svelte | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index c9cac08..bfb95f5 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -387,12 +387,6 @@ padding: 5px; flex: 1; } - .render-progress { - transition: 0.1s all; - width: 0%; - height: 7px; - background-color: var(--b1); - } .rendering-video { position: absolute; width: 100%;