diff --git a/src/lib/components/atoms/DownloadSelection.svelte b/src/lib/components/atoms/DownloadChannel.svelte
similarity index 98%
rename from src/lib/components/atoms/DownloadSelection.svelte
rename to src/lib/components/atoms/DownloadChannel.svelte
index e455f63..3bbc287 100644
--- a/src/lib/components/atoms/DownloadSelection.svelte
+++ b/src/lib/components/atoms/DownloadChannel.svelte
@@ -23,7 +23,7 @@
button {
font-weight: 300;
height: 60px;
- width: 21vw;
+ width: 43vw;
color: var(--white);
border-radius: 200px;
border: 0;
diff --git a/src/lib/components/atoms/DownloadSelector.svelte b/src/lib/components/atoms/DownloadSelector.svelte
new file mode 100644
index 0000000..47d7920
--- /dev/null
+++ b/src/lib/components/atoms/DownloadSelector.svelte
@@ -0,0 +1,95 @@
+
+
+
+
99.9.9a
+
2022-07-11
+
+
+
Features
+
+
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+ sn is so oococolol
+
+
+
+
+
+
+
+
diff --git a/src/lib/components/atoms/Wave.svelte b/src/lib/components/atoms/Wave.svelte
index 9621762..6b3a6d1 100644
--- a/src/lib/components/atoms/Wave.svelte
+++ b/src/lib/components/atoms/Wave.svelte
@@ -11,7 +11,8 @@
svg {
position: absolute;
z-index: -2;
- bottom:0
+ bottom:0;
+ transform: translateY(20%);
}
.wave {
diff --git a/src/lib/components/molecules/DownloadSelectionHost.svelte b/src/lib/components/molecules/DownloadChannelHost.svelte
similarity index 65%
rename from src/lib/components/molecules/DownloadSelectionHost.svelte
rename to src/lib/components/molecules/DownloadChannelHost.svelte
index 2326cf9..4c05efe 100644
--- a/src/lib/components/molecules/DownloadSelectionHost.svelte
+++ b/src/lib/components/molecules/DownloadChannelHost.svelte
@@ -1,12 +1,12 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index 9e76723..0b69d40 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -69,6 +69,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
--grey-three: #3e404f;
--grey-four: #1B1E29;
--grey-five: #D0D0D0;
+ --grey-six: #a19e9e;
}
:global(::selection) {
@@ -97,13 +98,13 @@ import Wave from '$lib/components/atoms/Wave.svelte';
}
:global(::-webkit-scrollbar-thumb) {
- background-color: var(--grey-two);
+ background-color: var(--grey-three);
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
:global(::-webkit-scrollbar-thumb:hover) {
- background-color: var(--grey-three);
+ background-color: var(--grey-four);
}
diff --git a/src/routes/download.svelte b/src/routes/download.svelte
index 45f3646..cd7ee71 100644
--- a/src/routes/download.svelte
+++ b/src/routes/download.svelte
@@ -1,7 +1,9 @@
-
+
+