Fix a bunch of padding issues

This commit is contained in:
2023-01-17 22:53:41 +01:00
parent ad026481a2
commit aec9371f4d
11 changed files with 42 additions and 22 deletions

View File

@@ -163,6 +163,7 @@ const fullscreen = () => {
{/if}
{:else}
<h1>{file.name}</h1>
<IconBlock icon_href={file.icon_href}>
The online video player on pixeldrain is only available for registered
users, or when the uploader of the video has a Pro account. You can
@@ -175,11 +176,8 @@ const fullscreen = () => {
<a href="/register" class="button">
<i class="icon">how_to_reg</i> Sign up
</a>
<a href="https://www.patreon.com/join/pixeldrain" target="_blank" class="button" rel="noreferrer">
<i class="icon">bolt</i> Get Pixeldrain Pro
</a>
</IconBlock>
<br/>
{#if file.show_ads}
<BandwidthUsage file={file} on:reload/>
{/if}