diff --git a/src/App.svelte b/src/App.svelte index 1562971..8d21d8b 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -35,7 +35,7 @@ - + diff --git a/src/app.scss b/src/app.scss index 36748e9..16a5649 100644 --- a/src/app.scss +++ b/src/app.scss @@ -100,7 +100,7 @@ html { flex-grow: 1; min-height: 100vh; - section.section { + section.section.root-section { flex-grow: 1; } } @@ -305,7 +305,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t width: var(--mainContentWidth) } -section.section { +section.section.root-section { padding: 0px; padding-top: var(--sectionPaddingTop); } diff --git a/src/lib/Home.svelte b/src/lib/Home.svelte index 14a4bf4..a760cbd 100644 --- a/src/lib/Home.svelte +++ b/src/lib/Home.svelte @@ -5,6 +5,7 @@ $: apiKey = $apiKeyStorage + ChatGPT-web @@ -59,3 +60,4 @@ $: apiKey = $apiKeyStorage {/if} +