QoL fixes for njum and atmos
This commit is contained in:
4
public/css/w0bmcustom.css
vendored
4
public/css/w0bmcustom.css
vendored
@@ -2292,7 +2292,7 @@ input.form-control {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
/* @media (max-width: 767px) {
|
||||
aside#sidebar::before {
|
||||
content: "Comments";
|
||||
width: 100%;
|
||||
@@ -2304,7 +2304,7 @@ input.form-control {
|
||||
margin-bottom: 5px;
|
||||
color: #eaedec;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
@media (max-width: 690px) {
|
||||
|
@@ -30,7 +30,11 @@
|
||||
<form action="/index/{{$video->id}}" method="post" id="edit_{{$video->id}}" class="indexform"></form>
|
||||
@endif
|
||||
<div class="relativebla">
|
||||
@if(isset($q) && $video->hasAllTags($q))
|
||||
<span class="vinfo vid"><a href="/t/{{$q}}/{{$video->id}}">{{$video->id}}</a></span>
|
||||
@else
|
||||
<span class="vinfo vid"><a href="{{url($video->id)}}">{{$video->id}}</a></span>
|
||||
@endif
|
||||
<a href="{{url($video->id)}}"><img id="indexthumb" src="/thumbs/beta/{{$thumb}}.png"></a>
|
||||
</div>
|
||||
@if($edit)
|
||||
|
Reference in New Issue
Block a user