More significant updates to the general layout and styling per module.
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user