diff --git a/res/include/style/layout.css b/res/include/style/layout.css index b987569..fd873bf 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -303,10 +303,6 @@ p, .indent { margin: 10px; } -li { - margin-bottom: 0.3em; -} - hr{ height: 1px; border: none; diff --git a/svelte/src/user_home/Home.svelte b/svelte/src/user_home/Home.svelte index ee5ea02..3228369 100644 --- a/svelte/src/user_home/Home.svelte +++ b/svelte/src/user_home/Home.svelte @@ -4,6 +4,7 @@ import { formatDataVolume, formatThousands } from "../util/Formatting.svelte"; import Chart from "../util/Chart.svelte"; import StorageProgressBar from "./StorageProgressBar.svelte"; import HotlinkProgressBar from "./HotlinkProgressBar.svelte"; +import Euro from "../util/Euro.svelte" let graph_view = null let graph_download = null @@ -128,11 +129,11 @@ onDestroy(() => { Max file size: {formatDataVolume(window.user.subscription.file_size_limit, 3)}
+ Current account balance:
+ When your prepaid subscription is active you will be charged daily + based on usage. Hotlink bandwidth is charged per TB based on the + usage of the previous day. The amount charged for storage each day + is your storage usage at the end of the day multiplied by the + storage price (€4 / TB) and divided by the average number of days in + a month (30.4375). So if you have exactly 1 TB on your account you + will be charged €0.131416838 per day. +
++ The prepaid subscription will stay active for as long as you have + credit on your account. When you reach negative balance the + subscription will automatically end. You will need a positive + balance to activate the subscription again. +
+ + {#if result !== ""} +