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

@@ -20,9 +20,40 @@
@endif
@endif
<div data-simplebar class="container-fluid">
<div id="zomgmenu">
<a href="/">Random</a> |
<a href="/index">index</a> |
<a href="/categories">categories</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">
<a data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<span class="caret"></span> Layout
</a>
<ul class="dropdown-menu">
<div class="layoutblah">
<button id="layout1">w0bm.com</button>
<br>
<button id="layout2">Njum</button>
<br>
<button id="layout4">nojsz0mbie</button>
<br>
<button id="layout5">m0bile</button>
</div>
</ul>
</li>
</div>
<br>
<a href="{{url('user', Auth::user()->username)}}">{{Auth::user()->username}}</a>
<a href="{{url('messages')}}" style="font-size: 10px;">[ {{Auth::user()->messagesRecv()->unread()->count()}} ]</a>
<a href="#" data-toggle="modal" style="font-size: 10px;" data-target="#filterselectmodal">[ filter ]</a>
<a style="font-size: 10px;" href="{{url('logout')}}">[ logout ]</a> |
<a href="{{url('upload')}}">[ upload ]</a>
</div>
<div class="container">
@yield('novidcontent')
<wip>v.1.{{ filemtime("z0mb/css/z0mb.css") }} WIP</wip>
</div>
</div>
</body>