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);