diff --git a/src/lib/components/Divider.svelte b/src/lib/components/Divider.svelte index c2cf41f..7ed3b49 100644 --- a/src/lib/components/Divider.svelte +++ b/src/lib/components/Divider.svelte @@ -11,8 +11,9 @@ diff --git a/src/lib/components/DonationBar.svelte b/src/lib/components/DonationBar.svelte index 944c69b..c83434a 100644 --- a/src/lib/components/DonationBar.svelte +++ b/src/lib/components/DonationBar.svelte @@ -105,7 +105,7 @@ animation-fill-mode: forwards; } @keyframes show{ - 0% { margin-top: -100px; } /* the barsize is hardcoded to bottombar.svelte. maybe fix later.. */ + 0% { margin-top: -120px; } /* the barsize is hardcoded to bottombar.svelte. maybe fix later.. */ 100% { margin-top: 0; } } .hideline{ @@ -114,7 +114,7 @@ } @keyframes hide{ 0% { margin-top: 0; } - 100% { margin-top: 100px; } /* the barsize is hardcoded to bottombar.svelte. maybe fix later.. */ + 100% { margin-top: 120px; } /* the barsize is hardcoded to bottombar.svelte. maybe fix later.. */ } .donationbar { diff --git a/src/lib/components/Upcoming.svelte b/src/lib/components/Upcoming.svelte index 30eafba..9b07834 100644 --- a/src/lib/components/Upcoming.svelte +++ b/src/lib/components/Upcoming.svelte @@ -59,7 +59,7 @@ {/if} {:else if style === "bar"} -