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>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark rounded-bottom sticky-top">
|
||||
<div class="w0bm-logo">
|
||||
<a class="navbar-brand" href="/">
|
||||
<a class="navbar-brand" href="/main">
|
||||
<img data-toggle="popover" data-trigger="hover" data-placement="left" data-content="0tter 5h1t" id="logo" src="https://w0bm.com/w0bm_mosh_banner_by_marderchen.gif" class="d-inline-block align-top" alt="w0bm.com">
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -9,9 +9,9 @@
|
||||
<title>w0bm.com</title>
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/bootstrap-dark.css">
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/bootstrap-tagsinput.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/simplebar.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/cstms.css">
|
||||
<link rel="stylesheet" type="text/css" href="/njum/css/cstms.css?v={{ filemtime("njum/css/cstms.css") }}">
|
||||
</head>
|
||||
<body>
|
||||
@include('partials.handlebars')
|
||||
@@ -37,4 +37,4 @@
|
||||
<script type="text/javascript" defer src="/njum/js/bootstrap-tagsinput.min.js"></script>
|
||||
<script type="text/javascript" defer src="/njum/js/handlebars.min.js"></script>
|
||||
<script type="text/javascript" defer src="/njum/js/newscript.js"></script>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -22,6 +22,7 @@
|
||||
</div>
|
||||
<div class="filesize">
|
||||
<span class="badge badge-secondary">{{ HumanReadable::bytesToHuman($video->filesize()) }}</span>
|
||||
<span class="download-webm"><a class='file_size' href='{{ '/b/' . $video->file }}' download>DL</a></span>
|
||||
</div>
|
||||
<div class="toggo tag-panel-body">
|
||||
<div id="tag-display" class="tag-panel-body">
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user