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

@@ -91,7 +91,7 @@ onMount(() => {
</script>
<section
<!-- <section
class="
ae__hosted_files__av_util
space-y-4
@@ -105,9 +105,9 @@ 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">Æ Hosted Files</h1>
<h2 class="h2">Video Utilities</h2>
@@ -118,6 +118,7 @@ onMount(() => {
Video Utilities
</a>
<hr />
<h2 class="h2">Manage Files</h2>
@@ -126,10 +127,10 @@ onMount(() => {
link_to_id={$ae_loc?.account_id}
allow_basic={true}
allow_moderator={true}
class_li={''}
class_li={'max-h-full'}
/>
</div>
<!-- </div> -->
{#if 1===2}
@@ -195,9 +196,4 @@ onMount(() => {
</section>
<style>
</style>
<!-- </section> -->