From 36c57fa1f0784970d5a4dc23ac3b3a2ff06c00b1 Mon Sep 17 00:00:00 2001 From: Fornax Date: Sun, 28 Nov 2021 16:19:16 +0100 Subject: [PATCH] Make intro popup less intrusive --- svelte/src/file_viewer/IntroPopup.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/svelte/src/file_viewer/IntroPopup.svelte b/svelte/src/file_viewer/IntroPopup.svelte index f97df01..0e131d2 100644 --- a/svelte/src/file_viewer/IntroPopup.svelte +++ b/svelte/src/file_viewer/IntroPopup.svelte @@ -36,13 +36,13 @@ onMount(() => { {#if visible}
-

Upload your own files here!

+

Upload your own files here

- On pixeldrain you can share your files with large or small - groups of people. The sky is the limit! + With pixeldrain you can share your files anywhere on the web. The + sky is the limit!

{/if} @@ -52,7 +52,7 @@ onMount(() => { position: absolute; top: 0; left: 0; - width: 380px; + width: 360px; max-width: 80%; height: auto; background-color: var(--layer_4_color);