This commit is contained in:
x
2024-06-15 07:57:54 +02:00
parent 9817a2a370
commit ed50be400c

View File

@@ -11,12 +11,9 @@
</a> </a>
@endif @endif
</div>--> </div>-->
{{-- <div id="nutti">
<p>Please check out the overhauled <a href="https://w0bm.com/api/user/layout?layout=2">Njum</a> Layout and give me some feedback!</p> {{-- hier kann theoretisch notification angezeigt--}}
</div> --}}
{{-- <div id="nutti">
<p>Next month w0bm turns 6 years old! Wouldn't be possible without all of you! Thanks</p>
</div> --}}
@if(Auth::check()) @if(Auth::check())
@if($video->id == '30186') @if($video->id == '30186')
@include('partials.thread_closed') @include('partials.thread_closed')
@@ -47,7 +44,15 @@
</div> </div>
</div> </div>
@else @else
<div class="comments hidden-xs"> <style>
#sidebar {
height: unset !important;
position: absolute;
bottom: 0;
background-color: transparent !important;
}
</style>
<!-- <div class="comments hidden-xs">
<div class="commentwrapper"> <div class="commentwrapper">
<div class="panel panel-default "> <div class="panel panel-default ">
<div class="panel-body"> <div class="panel-body">
@@ -56,5 +61,5 @@
<div class="panel-footer">by w0bm ∞</div> <div class="panel-footer">by w0bm ∞</div>
</div> </div>
</div> </div>
</div> </div> -->
@endif @endif