some css changes to layout2 and minor improvements to layout1 and layout5 (download link fixed)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
data-content="
|
||||
<div class='downloadvid'>
|
||||
<ul class='downloadlist'>
|
||||
<li><a class='file_size' href='{{ '/b' . $video->file }}' download>WebM</a> <span class='filesize'> ({{HumanReadable::bytesToHuman($video->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>
|
||||
|
Reference in New Issue
Block a user