diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte index a4c75fc06..677d2dd00 100644 --- a/src/lib/layout/unauthenticated.svelte +++ b/src/lib/layout/unauthenticated.svelte @@ -144,7 +144,9 @@ class="grid-1-1-col-2 u-flex u-main-center u-cross-center" class:is-cloud={isCloud} style:--url={`url(${AppwriteCloudBg})`}> -
+
{#if isCloud} + +
+
Public beta
+
{/if}
@@ -166,12 +172,6 @@
- - {#if isCloud} -
-
Public beta
-
- {/if}
@@ -274,8 +274,8 @@ } .mobile-logo { - margin-block-start: 6.25rem; - margin-block-end: 3rem; + margin-block-start: 5rem; + margin-block-end: 0.5rem; } .mobile-beta { @@ -288,11 +288,19 @@ } } + .cloud-contents { + justify-content: center; + } + @media (max-width: 767px) { .main-cloud { background-color: hsl(var(--color-neutral-500)); } + .cloud-contents { + justify-content: initial; + } + .is-cloud { background: var(--url); background-position: center -150px; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 78564d2c4..4a075f587 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -172,4 +172,8 @@ background: var(--separator-color); } } + + [type='checkbox']:where(:checked)::before { + content: '\ea38'; + } diff --git a/src/routes/card/+layout.svelte b/src/routes/card/+layout.svelte new file mode 100644 index 000000000..9a0263a42 --- /dev/null +++ b/src/routes/card/+layout.svelte @@ -0,0 +1,13 @@ + + + + + +
The front of the card @@ -160,8 +166,6 @@ @@ -218,7 +222,6 @@ Get Embed Code
- HTML Code
@@ -234,6 +237,13 @@ --sep-clr: hsl(var(--color-neutral-150)); } + :global(.main-content) { + display: flex; + flex-direction: column; + align-items: stretch; + flex-grow: 1; + } + .wrapper { --glow: transparent; --beta-bg: rgba(240, 46, 101, 0.16); @@ -250,8 +260,6 @@ padding-block: 4rem; gap: max(4rem, 10vw); overflow: hidden; - - min-height: 100vh; } .card { @@ -392,7 +400,7 @@ gap: 0.5rem; position: absolute; - top: 80%; + top: 75%; left: 50%; translate: -50% -50%;