small changes to the layouts and their css files, nothing really impacting

This commit is contained in:
noxy
2019-09-02 11:56:50 +00:00
parent 5fada7ae29
commit 8dd96f7d11
10 changed files with 23 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
</div>
</div>
<div style="display: none;" id="parent" class="emojis-box">
<div data-simplebar data-simplebar-auto-hide="false" id="child" class="emojis">
<div id="child" class="emojis">
<?php
$files = glob(public_path() . DIRECTORY_SEPARATOR . 'images/comments/*.{gif,png}', GLOB_BRACE);
$files = array_map(function ($f) { return pathinfo($f); }, $files);

View File

@@ -18,7 +18,7 @@
@if(Auth::check())
<div id="comment_container_scrollable" class="comments hidden-xs">
<div data-simplebar class="commentwrapper">
<div class="commentwrapper">
<?php
if($mod = (Auth::check() && Auth::user()->can('delete_comment'))) $comments = $video->comments()->withTrashed()->get();
else $comments = $video->comments;

View File

@@ -8,6 +8,7 @@
<br>
<button class="layoutbutton" id="layout3">z0mb</button>
<br>
<p>nojs</p>
<button class="layoutbutton" id="layout4">z0mbie</button>
</div>
</ul>