From 0f6538378e1f73a4a9fa651a174c76572b408f2a Mon Sep 17 00:00:00 2001 From: x Date: Mon, 10 Jun 2024 12:45:43 +0200 Subject: [PATCH] QoL fixes for njum and atmos --- public/css/w0bmcustom.css | 4 ++-- resources/views/layout2/index.blade.php | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 6777eec..3579669 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -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) { diff --git a/resources/views/layout2/index.blade.php b/resources/views/layout2/index.blade.php index 46dcf83..b198ade 100644 --- a/resources/views/layout2/index.blade.php +++ b/resources/views/layout2/index.blade.php @@ -30,8 +30,12 @@
@endif
+ @if(isset($q) && $video->hasAllTags($q)) + {{$video->id}} + @else {{$video->id}} - + @endif +
@if($edit)