some css tweaks and other minor improvements/fixes

This commit is contained in:
noxy
2019-11-27 15:23:48 +00:00
parent 5fc7bf3036
commit 50ba00431b
35 changed files with 880 additions and 104 deletions

View File

@@ -24,25 +24,15 @@
@endif
<div class="container-fluid row p-0" id="wrapper">
<div class="col-sm scrollable hidden-xs p-0">
<div class="col-sm p-0 linkeLeiste">
<div class="zeugs">
@if(auth()->check() && (auth()->user()->can("edit_video") || auth()->user()->id == $video->user_id)) <a class="edit_video" href="#" data-toggle="modal" data-target="#webmeditmodal">[edit]</a>@endif @if(auth()->check() && auth()->user()->can("delete_video"))<a class="delete_video" href="#">[del]</a>@endif
</div>
</div>
<div class="container p-0">
<div class="col-md p-0">
@yield('floatvid')
@include('partials.flash')
@include('partials.comments')
</div>
<div class="col-sm scrollable p-0"></div>
</div>
<wip>
<div id="untenlinks">
<div id="zomgmenu">
<a href="/">Random</a> |
<a href="/index">index</a> |
<a href="/main">index</a> |
<a href="/categories">categories</a> |
<a href="irc://irc.n0xy.net/w0bm">IRC</a> (<a href="http://webirc.n0xy.net/?channels=%23w0bm?nick=BLAH">Webchat</a>) |
<a href="irc://irc.n0xy.net/w0bm">IRC</a> |
<a href="/about">About</a> |
<div class="layoutkek">
<li role="presentation" class="layoutChanger" id="layoutSwitcher">
@@ -79,11 +69,24 @@
@endif
@else
@endif
<br>
<span>v.1.{{ filemtime("z0mb/css/z0mb.css") }} WIP</span>
</div>
</div>
<div class="container p-0">
<div class="col-md p-0">
@yield('floatvid')
@include('partials.flash')
@include('partials.comments')
</div>
<div class="col-sm scrollable p-0"></div>
</div>
<wip>
</wip>
<div class="col-sm scrollable hidden-xs p-0"></div>
<work>v.1.{{ filemtime("z0mb/css/z0mb.css") }} WIP</work>
</div>
This page took {{ (microtime(true) - LARAVEL_START) }} seconds to render
</body>
<script type="text/javascript" defer src="/z0mb/js/jquery.min.js"></script>
<script type="text/javascript" defer src="/zßmb/js/jquery.timeago.js"></script>