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 {
|
aside#sidebar::before {
|
||||||
content: "Comments";
|
content: "Comments";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -2304,7 +2304,7 @@ input.form-control {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
color: #eaedec;
|
color: #eaedec;
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 690px) {
|
@media (max-width: 690px) {
|
||||||
|
@@ -30,8 +30,12 @@
|
|||||||
<form action="/index/{{$video->id}}" method="post" id="edit_{{$video->id}}" class="indexform"></form>
|
<form action="/index/{{$video->id}}" method="post" id="edit_{{$video->id}}" class="indexform"></form>
|
||||||
@endif
|
@endif
|
||||||
<div class="relativebla">
|
<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>
|
<span class="vinfo vid"><a href="{{url($video->id)}}">{{$video->id}}</a></span>
|
||||||
<a href="{{url($video->id)}}"><img id="indexthumb" src="/thumbs/beta/{{$thumb}}.png"></a>
|
@endif
|
||||||
|
<a href="{{url($video->id)}}"><img id="indexthumb" src="/thumbs/beta/{{$thumb}}.png"></a>
|
||||||
</div>
|
</div>
|
||||||
@if($edit)
|
@if($edit)
|
||||||
<input type="submit" class="btn btn-primary" value="Save" form="edit_{{$video->id}}">
|
<input type="submit" class="btn btn-primary" value="Save" form="edit_{{$video->id}}">
|
||||||
|
Reference in New Issue
Block a user