QoL fixes for njum and atmos

This commit is contained in:
x
2024-06-10 12:45:43 +02:00
parent 1f253df000
commit 0f6538378e
2 changed files with 7 additions and 3 deletions

View File

@@ -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) {

View File

@@ -30,8 +30,12 @@
<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>
<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>
@if($edit)
<input type="submit" class="btn btn-primary" value="Save" form="edit_{{$video->id}}">