Styling fixes
This commit is contained in:
@@ -44,8 +44,8 @@ onMount(async () => {
|
||||
<p>
|
||||
It's not that I want to withold this file from you, it's just that I
|
||||
don't want pixeldrain to fall into bankruptcy like so many of the
|
||||
websites that came before me. So if you really want these files you have
|
||||
a few options:
|
||||
websites that came before me. So if you really want this file you have a
|
||||
few options:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Come back tomorrow when your free transfer limit resets</li>
|
||||
@@ -77,6 +77,7 @@ onMount(async () => {
|
||||
Also, I believe you have my stapler. Please give it back.
|
||||
</p>
|
||||
</TextBlock>
|
||||
<br/>
|
||||
|
||||
<style>
|
||||
.header_image {
|
||||
|
@@ -153,9 +153,9 @@ const fullscreen = () => {
|
||||
<img src={file.icon_href} class="video_icon" alt="Video icon">
|
||||
<TextBlock width="600px">
|
||||
The online video player on pixeldrain is only available when the
|
||||
uploader of the file you is a Patreon supporter, or if you are a
|
||||
Patreon supporter. You can still download the video and watch it
|
||||
locally on your computer.
|
||||
uploader of the file is a Patreon supporter, or if you are a Patreon
|
||||
supporter. You can still download the video and watch it locally on your
|
||||
computer.
|
||||
<br/>
|
||||
<button on:click={download}>
|
||||
<i class="icon">download</i> Download
|
||||
|
@@ -46,7 +46,7 @@ onMount(() => {
|
||||
</div>
|
||||
<div class="feat_normal">
|
||||
5 GB data transfer per 24 hours. When this threshold is reached
|
||||
your download speed will be reduced to 512 kiB/s
|
||||
your download speed will be reduced
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
Transfer limit of <span class="text_highlight">1 terabyte</span> per
|
||||
@@ -59,7 +59,7 @@ onMount(() => {
|
||||
Download speed
|
||||
</div>
|
||||
<div class="feat_normal">
|
||||
Up to 2 MiB/s, may be slower during busy periods
|
||||
Up to 4 MiB/s, may be slower during busy periods
|
||||
</div>
|
||||
<div class="feat_pro">
|
||||
<span class="text_highlight">High priority</span>
|
||||
|
@@ -8,7 +8,7 @@ export let style;
|
||||
<style>
|
||||
svg {
|
||||
fill: currentColor;
|
||||
animation: rotation 12s infinite linear;
|
||||
animation: rotation 20s infinite linear;
|
||||
}
|
||||
@keyframes rotation {
|
||||
from {
|
||||
|
Reference in New Issue
Block a user