Warn users if a file is too large to upload
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
box-shadow: var(--shadow_color) 0px 0px 50px;
|
||||
border-radius: 16px 16px 8px 8px;
|
||||
border-radius: 20px 20px 8px 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@@ -133,6 +133,14 @@
|
||||
mission to make content sharing easier, safer and faster for
|
||||
everyone.
|
||||
</p>
|
||||
<p>
|
||||
Pixeldrain uses
|
||||
<a
|
||||
href="https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" target="_blank">SI
|
||||
standard units</a> for measuring file sizes. If you are using
|
||||
Windows your files may appear smaller than they actually are.
|
||||
</p>
|
||||
<br/>
|
||||
<div class="feat_table">
|
||||
<div>
|
||||
<div></div>
|
||||
@@ -141,9 +149,9 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="feat_label">Size limit per file</div>
|
||||
<div class="feat_normal">5 GB per file</div>
|
||||
<div class="feat_normal">5 GB per file (4.66 GiB)</div>
|
||||
<div class="feat_pro">
|
||||
<span class="text_highlight">15 GB</span> per file
|
||||
<span class="text_highlight">15 GB</span> per file (13.97 GiB)
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@@ -276,7 +284,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="feat_pro features_cell round_tr">
|
||||
<div><span class="text_highlight">20 GB</span> max file size<br/></div>
|
||||
<div><span class="text_highlight">20 GB</span> max file size (18.63 GiB)<br/></div>
|
||||
<div><span class="text_highlight">120 days</span> file expiry</div>
|
||||
<div><span class="text_highlight">2 TB</span> direct link bandwidth<br/></div>
|
||||
<div><span class="text_highlight">2 TB</span> storage space<br/></div>
|
||||
|
Reference in New Issue
Block a user