some css changes to layout2 and minor improvements to layout1 and layout5 (download link fixed)

This commit is contained in:
noxy
2019-10-12 17:17:24 +00:00
parent 7b32d067e1
commit 33373992ef
6 changed files with 41 additions and 8 deletions

View File

@@ -74,7 +74,8 @@
data-content="
<div class='downloadvid'>
<ul class='downloadlist'>
<li><a class='file_size' href='@if(env('APP_DEBUG')){{'/b'}}@else{{'//' . (substr($_SERVER['HTTP_HOST'], 0, 3) === 'v4.' ? 'v4.' : '') . 'b.w0bm.com'}}@endif{{ '/' . $video->file }}' download>WebM</a> <span class='filesize'></span></li>
<li><a class='file_size' href='{{ '/b/' . $video->file }}' download>WebM</a> <span class='filesize'> ({{HumanReadable::bytesToHuman($video->filesize()) }})</span></li>
</ul>
</div>"
</button>