More significant updates to the general layout and styling per module.

This commit is contained in:
Scott Idem
2025-06-26 14:39:30 -04:00
parent ce59a848d6
commit 1f46b51c9a
12 changed files with 205 additions and 126 deletions

View File

@@ -117,7 +117,7 @@ onMount(() => {
</script>
<section
<!-- <section
class="
ae__hosted_files__av_util
space-y-4
@@ -131,9 +131,10 @@ onMount(() => {
max-w-6xl
overflow-auto
"
>
> -->
<!-- <div class="border border-gray-200 p-2 rounded-lg"> -->
<div class="border border-gray-200 p-2 rounded-lg">
<h1 class="h1">Clip and Scale Video Files</h1>
<p>This AV utility will take an mp4 video file and create a clipped mp4 video file. By default, videos will be scaled down to 1920x1080. This process takes at least 30 seconds, but it can easily take a handful of minutes. The scaling option requires that the video be re-encoded. Please be patient while it is processing.</p>
@@ -259,7 +260,7 @@ onMount(() => {
<p>Clip a video file first.</p>
{/if}
</div>
<!-- </div> -->
{#if 1===2}
@@ -325,9 +326,4 @@ onMount(() => {
</section>
<style>
</style>
<!-- </section> -->