From bb53e06c6988673d22529edba904b2c4b4020789 Mon Sep 17 00:00:00 2001
From: w33b
Date: Sun, 24 May 2026 21:39:46 +0200
Subject: [PATCH] Smaller style fix
---
resources/views/livewire/watched.blade.php | 4 ++--
resources/views/profile/comments.blade.php | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/resources/views/livewire/watched.blade.php b/resources/views/livewire/watched.blade.php
index f82173a..024992e 100644
--- a/resources/views/livewire/watched.blade.php
+++ b/resources/views/livewire/watched.blade.php
@@ -12,7 +12,7 @@
-
+
@foreach ($episodes as $episode)
@@ -25,4 +25,4 @@
{{ $watched->links('pagination::tailwind') }}
-
diff --git a/resources/views/profile/comments.blade.php b/resources/views/profile/comments.blade.php
index a330728..b8fb09f 100644
--- a/resources/views/profile/comments.blade.php
+++ b/resources/views/profile/comments.blade.php
@@ -1,7 +1,6 @@
@include('partials.background')
-
+
@include('profile.partials.sidebar')